#9AF168

Color #9AF168 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #9AF168

Tints of Feijoa #9AF168

Color information

#9AF168 (or 0x9AF168) is unknown color: approx Feijoa. HEX triplet: 9A, F1 and 68. RGB value is (154,241,104). Sum of RGB (Red+Green+Blue) = 154+241+104=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 104 (41.02% from 255 or 20.84% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF168 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF168 is #650E97. Grayscale: #C7C7C7. Windows color (decimal): -6622872 or 6877594. OLE color: 6877594.

HSL color Cylindrical-coordinate representation of color #9AF168: hue angle of 98.1º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9AF168 is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB154241104-
CMYK0.3600.570.05
HSL98.1º83.03%67.65%-
HSV(B)98.1º56.85%94.51%-
XYZ47.2870.7824.27-
YUV199.3774.1895.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 30.86%
GREEN value IS 241 (94.53% from 255) = 48.30%
BLUE value IS 104 (41.02% from 255) = 20.84%
R=30.86%
G=48.30%
B=20.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1542411040.3600.570.0598.183.0367.65
Hex9AF168240395625344
Octal232361150440715142123104
Binary100110101111000111010001001000111001101110001010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AF168; }

 p { color: rgb(154,241,104); }

 H1.HeaderClassName
 {
   color: #9AF168;
 }
 .AnyTagClassName
 {
   color: #9AF168;
 }
</style>
background-color css

<style>
 a { background-color: #9AF168; }

 a { background-color: rgb(154,241,104); }

 div.DivClassName
 {
   background-color: #9AF168;
 }
 .BgClassName
 {
   background-color: #9AF168;
 }
</style>
border-color css

<style>
 span { border-color: #9AF168; }

 span { border-color: rgb(154,241,104); }

 td.TdClassName
 {
   border-color: #9AF168;
 }
 .TagClassName
 {
   border-color: #9AF168;
 }
</style>