#9AF156

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

Shades of Conifer #9AF156

Tints of Conifer #9AF156

Color information

#9AF156 (or 0x9AF156) is unknown color: approx Conifer. HEX triplet: 9A, F1 and 56. RGB value is (154,241,86). Sum of RGB (Red+Green+Blue) = 154+241+86=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 86 (33.98% from 255 or 17.88% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF156 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF156 is #650EA9. Grayscale: #C5C5C5. Windows color (decimal): -6622890 or 5697946. OLE color: 5697946.

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

Color convert

RGB15424186-
CMYK0.3600.640.05
HSL93.68º84.7%64.12%-
HSV(B)93.68º64.32%94.51%-
XYZ46.4670.4519.95-
YUV197.3265.1897.1-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.02%
GREEN value IS 241 (94.53% from 255) = 50.10%
BLUE value IS 86 (33.98% from 255) = 17.88%
R=32.02%
G=50.10%
B=17.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal154241860.3600.640.0593.6884.764.12
Hex9AF1562404055e5540
Octal2323611264401005136125100
Binary1001101011110001101011010010001000000101101111010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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