#9AF162

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

Shades of Conifer #9AF162

Tints of Conifer #9AF162

Color information

#9AF162 (or 0x9AF162) is unknown color: approx Conifer. HEX triplet: 9A, F1 and 62. RGB value is (154,241,98). Sum of RGB (Red+Green+Blue) = 154+241+98=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 98 (38.67% from 255 or 19.88% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF162 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF162 is #650E9D. Grayscale: #C7C7C7. Windows color (decimal): -6622878 or 6484378. OLE color: 6484378.

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

Color convert

RGB15424198-
CMYK0.3600.590.05
HSL96.5º83.63%66.47%-
HSV(B)96.5º59.34%94.51%-
XYZ46.9970.6622.72-
YUV198.6871.1896.13-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.24%
GREEN value IS 241 (94.53% from 255) = 48.88%
BLUE value IS 98 (38.67% from 255) = 19.88%
R=31.24%
G=48.88%
B=19.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal154241980.3600.590.0596.583.6366.47
Hex9AF1622403B5615442
Octal232361142440735141124102
Binary100110101111000111000101001000111011101110000110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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