#9AF75C

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

Shades of Conifer #9AF75C

Tints of Conifer #9AF75C

Color information

#9AF75C (or 0x9AF75C) is unknown color: approx Conifer. HEX triplet: 9A, F7 and 5C. RGB value is (154,247,92). Sum of RGB (Red+Green+Blue) = 154+247+92=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 247 (96.88% from 255 or 50.10% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 247 - color contains mainly: green. Hex color #9AF75C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF75C is #6508A3. Grayscale: #CACACA. Windows color (decimal): -6621348 or 6092698. OLE color: 6092698.

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

Color convert

RGB15424792-
CMYK0.3800.630.03
HSL96º90.64%66.47%-
HSV(B)96º62.75%96.86%-
XYZ48.5274.1621.88-
YUV201.5266.1994.1-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.24%
GREEN value IS 247 (96.88% from 255) = 50.10%
BLUE value IS 92 (36.33% from 255) = 18.66%
R=31.24%
G=50.10%
B=18.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal154247920.3800.630.039690.6466.47
Hex9AF75C2603F3605b42
Octal232367134460773140133102
Binary10011010111101111011100100110011111111110000010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,247,92); }

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

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

 a { background-color: rgb(154,247,92); }

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

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

 span { border-color: rgb(154,247,92); }

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