Html Css Color HEX #A2D42E Yellow Green

📋 copy color: '#A2D42E'

red 162 ◦ green 212 ◦ blue 46

#A2D42E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Green #A2D42E

Tints of Yellow Green #A2D42E

RGB

 RED value IS 162 (63.67% from 255) = 38.57%

 GREEN value IS 212 (83.2% from 255) = 50.48%

 BLUE value IS 46 (18.36% from 255) = 10.95%

R = 38.57%
G = 50.48%
B = 10.95%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#A2D42E (or 0xA2D42E) is known color: Yellow Green. HEX triplet: A2, D4 and 2E. RGB value is (162,212,46). Sum of RGB (Red+Green+Blue) = 162+212+46=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 212 (83.20% from 255 or 50.48% from 420); Blue value is 46 (18.36% from 255 or 10.95% from 420); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D42E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D42E is #5D2BD1. Grayscale: #B2B2B2. Windows color (decimal): -6106066 or 3069090. OLE color: 3069090.

HSL color Cylindrical-coordinate representation of color #A2D42E: hue angle of 78.07º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A2D42E is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 162 212 46 -
CMYK 0.24 0 0.78 0.17
HSL 78.07º 0.66% 0.51% -
HSV(B) 78.07º 0.78% 0.83% -
XYZ 38.94 54.97 11.14 -
YUV 178.13 53.44 116.5 -
System Red Green Blue C M Y K H S L
Decimal 162 212 46 0.24 0 0.78 0.17 78.07 0.66 0.51
Hex A2 D4 2E 18 0 4E 11 4E 42 33
Octal 242 324 56 30 0 116 21 116 102 63
Binary 10100010 11010100 101110 11000 0 1001110 10001 1001110 1000010 110011

Color Harmonies of #A2D42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D42E

Black with #A2D42E

Text Example


Text Example

White with #A2D42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D42E; }

 p { color: rgb(162,212,46); }

 H1.HeaderClassName
 {
   color: #A2D42E;
 }
 .AnyTagClassName
 {
   color: #A2D42E;
 }
</style>

background-color css

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

 a { background-color: rgb(162,212,46); }

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

border-color css

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

 span { border-color: rgb(162,212,46); }

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