#9AFC34

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

Shades of Green Yellow #9AFC34

Tints of Green Yellow #9AFC34

Color information

#9AFC34 (or 0x9AFC34) is unknown color: approx Green Yellow. HEX triplet: 9A, FC and 34. RGB value is (154,252,52). Sum of RGB (Red+Green+Blue) = 154+252+52=458 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.62% from 458); Green value is 252 (98.83% from 255 or 55.02% from 458); Blue value is 52 (20.70% from 255 or 11.35% from 458); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFC34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9AFC34 is #6503CB. Grayscale: #C8C8C8. Windows color (decimal): -6620108 or 3472538. OLE color: 3472538.

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

Color convert

RGB15425252-
CMYK0.3900.790.01
HSL89.4º97.09%59.61%-
HSV(B)89.4º79.37%98.82%-
XYZ48.7676.7415.49-
YUV199.944.5395.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.62%
GREEN value IS 252 (98.83% from 255) = 55.02%
BLUE value IS 52 (20.70% from 255) = 11.35%
R=33.62%
G=55.02%
B=11.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal154252520.3900.790.0189.497.0959.61
Hex9AFC342704F159613c
Octal23237464470117113114174
Binary100110101111110011010010011101001111110110011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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