#9AF85E

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

Shades of Conifer #9AF85E

Tints of Conifer #9AF85E

Color information

#9AF85E (or 0x9AF85E) is unknown color: approx Conifer. HEX triplet: 9A, F8 and 5E. RGB value is (154,248,94). Sum of RGB (Red+Green+Blue) = 154+248+94=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 248 (97.27% from 255 or 50% from 496); Blue value is 94 (37.11% from 255 or 18.95% from 496); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF85E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF85E is #6507A1. Grayscale: #CACACA. Windows color (decimal): -6621090 or 6224026. OLE color: 6224026.

HSL color Cylindrical-coordinate representation of color #9AF85E: hue angle of 96.62º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9AF85E is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB15424894-
CMYK0.3800.620.03
HSL96.62º91.67%67.06%-
HSV(B)96.62º62.1%97.25%-
XYZ48.9174.8122.45-
YUV202.3466.8693.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.05%
GREEN value IS 248 (97.27% from 255) = 50%
BLUE value IS 94 (37.11% from 255) = 18.95%
R=31.05%
G=50%
B=18.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal154248940.3800.620.0396.6291.6767.06
Hex9AF85E2603E3615c43
Octal232370136460763141134103
Binary10011010111110001011110100110011111011110000110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,248,94); }

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

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

 a { background-color: rgb(154,248,94); }

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

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

 span { border-color: rgb(154,248,94); }

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