#9AFD61

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

Shades of Conifer #9AFD61

Tints of Conifer #9AFD61

Color information

#9AFD61 (or 0x9AFD61) is unknown color: approx Conifer. HEX triplet: 9A, FD and 61. RGB value is (154,253,97). Sum of RGB (Red+Green+Blue) = 154+253+97=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 253 (99.22% from 255 or 50.20% from 504); Blue value is 97 (38.28% from 255 or 19.25% from 504); Max value from RGB is 253 - color contains mainly: green. Hex color #9AFD61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFD61 is #65029E. Grayscale: #CECECE. Windows color (decimal): -6619807 or 6421914. OLE color: 6421914.

HSL color Cylindrical-coordinate representation of color #9AFD61: hue angle of 98.08º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9AFD61 is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB15425397-
CMYK0.3900.620.01
HSL98.08º97.5%68.63%-
HSV(B)98.08º61.66%99.22%-
XYZ50.6177.9823.69-
YUV205.6166.791.18-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.56%
GREEN value IS 253 (99.22% from 255) = 50.20%
BLUE value IS 97 (38.28% from 255) = 19.25%
R=30.56%
G=50.20%
B=19.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal154253970.3900.620.0198.0897.568.63
Hex9AFD612703E1626245
Octal232375141470761142142105
Binary1001101011111101110000110011101111101110001011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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