#adf12a

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

Shades of Green Yellow #ADF12A

Tints of Green Yellow #ADF12A

Color information

#ADF12A (or 0xADF12A) is unknown color: approx Green Yellow. HEX triplet: AD, F1 and 2A. RGB value is (173,241,42). Sum of RGB (Red+Green+Blue) = 173+241+42=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 241 (94.53% from 255 or 52.85% from 456); Blue value is 42 (16.80% from 255 or 9.21% from 456); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF12A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF12A is #520ED5. Grayscale: #C6C6C6. Windows color (decimal): -5377750 or 2814381. OLE color: 2814381.

HSL color Cylindrical-coordinate representation of color #ADF12A: hue angle of 80.5º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADF12A is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB17324142-
CMYK0.2800.830.05
HSL80.5º87.67%55.49%-
HSV(B)80.5º82.57%94.51%-
XYZ49.1171.9613.49-
YUV197.9839.97110.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.94%
GREEN value IS 241 (94.53% from 255) = 52.85%
BLUE value IS 42 (16.80% from 255) = 9.21%
R=37.94%
G=52.85%
B=9.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal173241420.2800.830.0580.587.6755.49
HexADF12A1C0535515837
Octal25536152340123512113067
Binary1010110111110001101010111000101001110110100011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #adf12a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #adf12a; }

 p { color: rgb(173,241,42); }

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

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

 a { background-color: rgb(173,241,42); }

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

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

 span { border-color: rgb(173,241,42); }

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