#9AFC45

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

Shades of Green Yellow #9AFC45

Tints of Green Yellow #9AFC45

Color information

#9AFC45 (or 0x9AFC45) is unknown color: approx Green Yellow. HEX triplet: 9A, FC and 45. RGB value is (154,252,69). Sum of RGB (Red+Green+Blue) = 154+252+69=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 252 (98.83% from 255 or 53.05% from 475); Blue value is 69 (27.34% from 255 or 14.53% from 475); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFC45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9AFC45 is #6503BA. Grayscale: #CACACA. Windows color (decimal): -6620091 or 4586650. OLE color: 4586650.

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

Color convert

RGB15425269-
CMYK0.3900.730.01
HSL92.13º96.83%62.94%-
HSV(B)92.13º72.62%98.82%-
XYZ49.2176.9217.88-
YUV201.8453.0393.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.42%
GREEN value IS 252 (98.83% from 255) = 53.05%
BLUE value IS 69 (27.34% from 255) = 14.53%
R=32.42%
G=53.05%
B=14.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal154252690.3900.730.0192.1396.8362.94
Hex9AFC452704915c613f
Octal232374105470111113414177
Binary1001101011111100100010110011101001001110111001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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