#9AF062

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

Shades of Conifer #9AF062

Tints of Conifer #9AF062

Color information

#9AF062 (or 0x9AF062) is unknown color: approx Conifer. HEX triplet: 9A, F0 and 62. RGB value is (154,240,98). Sum of RGB (Red+Green+Blue) = 154+240+98=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 240 (94.14% from 255 or 48.78% from 492); Blue value is 98 (38.67% from 255 or 19.92% from 492); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF062 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF062 is #650F9D. Grayscale: #C6C6C6. Windows color (decimal): -6623134 or 6484122. OLE color: 6484122.

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

Color convert

RGB15424098-
CMYK0.3600.590.06
HSL96.34º82.56%66.27%-
HSV(B)96.34º59.17%94.12%-
XYZ46.6970.0722.62-
YUV198.171.5196.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.30%
GREEN value IS 240 (94.14% from 255) = 48.78%
BLUE value IS 98 (38.67% from 255) = 19.92%
R=31.30%
G=48.78%
B=19.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal154240980.3600.590.0696.3482.5666.27
Hex9AF0622403B6605342
Octal232360142440736140123102
Binary100110101111000011000101001000111011110110000010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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