#9AF161

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

Shades of Conifer #9AF161

Tints of Conifer #9AF161

Color information

#9AF161 (or 0x9AF161) is unknown color: approx Conifer. HEX triplet: 9A, F1 and 61. RGB value is (154,241,97). Sum of RGB (Red+Green+Blue) = 154+241+97=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 97 (38.28% from 255 or 19.72% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF161 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF161 is #650E9E. Grayscale: #C7C7C7. Windows color (decimal): -6622879 or 6418842. OLE color: 6418842.

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

Color convert

RGB15424197-
CMYK0.3600.600.05
HSL96.25º83.72%66.27%-
HSV(B)96.25º59.75%94.51%-
XYZ46.9470.6422.47-
YUV198.5770.6896.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.30%
GREEN value IS 241 (94.53% from 255) = 48.98%
BLUE value IS 97 (38.28% from 255) = 19.72%
R=31.30%
G=48.98%
B=19.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal154241970.3600.600.0596.2583.7266.27
Hex9AF1612403C5605442
Octal232361141440745140124102
Binary100110101111000111000011001000111100101110000010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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