#9AF85D

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

Shades of Conifer #9AF85D

Tints of Conifer #9AF85D

Color information

#9AF85D (or 0x9AF85D) is unknown color: approx Conifer. HEX triplet: 9A, F8 and 5D. RGB value is (154,248,93). Sum of RGB (Red+Green+Blue) = 154+248+93=495 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.11% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF85D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF85D is #6507A2. Grayscale: #CACACA. Windows color (decimal): -6621091 or 6158490. OLE color: 6158490.

HSL color Cylindrical-coordinate representation of color #9AF85D: hue angle of 96.39º 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 #9AF85D is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB15424893-
CMYK0.3800.620.03
HSL96.39º91.72%66.86%-
HSV(B)96.39º62.5%97.25%-
XYZ48.8774.822.22-
YUV202.2266.3693.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.11%
GREEN value IS 248 (97.27% from 255) = 50.10%
BLUE value IS 93 (36.72% from 255) = 18.79%
R=31.11%
G=50.10%
B=18.79%

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
Decimal154248930.3800.620.0396.3991.7266.86
Hex9AF85D2603E3605c43
Octal232370135460763140134103
Binary10011010111110001011101100110011111011110000010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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