#9AFC61

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

Shades of Conifer #9AFC61

Tints of Conifer #9AFC61

Color information

#9AFC61 (or 0x9AFC61) is unknown color: approx Conifer. HEX triplet: 9A, FC and 61. RGB value is (154,252,97). Sum of RGB (Red+Green+Blue) = 154+252+97=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 252 (98.83% from 255 or 50.10% from 503); Blue value is 97 (38.28% from 255 or 19.28% from 503); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFC61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFC61 is #65039E. Grayscale: #CDCDCD. Windows color (decimal): -6620063 or 6421658. OLE color: 6421658.

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

Color convert

RGB15425297-
CMYK0.3900.620.01
HSL97.94º96.27%68.43%-
HSV(B)97.94º61.51%98.82%-
XYZ50.2977.3523.59-
YUV205.0367.0391.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.62%
GREEN value IS 252 (98.83% from 255) = 50.10%
BLUE value IS 97 (38.28% from 255) = 19.28%
R=30.62%
G=50.10%
B=19.28%

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
Decimal154252970.3900.620.0197.9496.2768.43
Hex9AFC612703E1626044
Octal232374141470761142140104
Binary1001101011111100110000110011101111101110001011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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