#9AFA61

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

Shades of Conifer #9AFA61

Tints of Conifer #9AFA61

Color information

#9AFA61 (or 0x9AFA61) is unknown color: approx Conifer. HEX triplet: 9A, FA and 61. RGB value is (154,250,97). Sum of RGB (Red+Green+Blue) = 154+250+97=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 97 (38.28% from 255 or 19.36% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFA61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFA61 is #65059E. Grayscale: #CCCCCC. Windows color (decimal): -6620575 or 6421146. OLE color: 6421146.

HSL color Cylindrical-coordinate representation of color #9AFA61: hue angle of 97.65º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9AFA61 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB15425097-
CMYK0.3800.610.02
HSL97.65º93.87%68.04%-
HSV(B)97.65º61.2%98.04%-
XYZ49.6776.123.38-
YUV203.8567.792.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.74%
GREEN value IS 250 (98.05% from 255) = 49.90%
BLUE value IS 97 (38.28% from 255) = 19.36%
R=30.74%
G=49.90%
B=19.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal154250970.3800.610.0297.6593.8768.04
Hex9AFA612603D2625e44
Octal232372141460752142136104
Binary10011010111110101100001100110011110110110001010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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