Html Css Color HEX #A2D62A Yellow Green

📋 copy color: '#A2D62A'

red 162 ◦ green 214 ◦ blue 42

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

Shades of Yellow Green #A2D62A

Tints of Yellow Green #A2D62A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.2%

 BLUE value IS 42 (16.8% from 255) = 10.05%

R = 38.76%
G = 51.2%
B = 10.05%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#A2D62A (or 0xA2D62A) is known color: Yellow Green. HEX triplet: A2, D6 and 2A. RGB value is (162,214,42). Sum of RGB (Red+Green+Blue) = 162+214+42=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 214 (83.98% from 255 or 51.20% from 418); Blue value is 42 (16.80% from 255 or 10.05% from 418); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D62A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D62A is #5D29D5. Grayscale: #B3B3B3. Windows color (decimal): -6105558 or 2807458. OLE color: 2807458.

HSL color Cylindrical-coordinate representation of color #A2D62A: hue angle of 78.14º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A2D62A is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 214 42 -
CMYK 0.24 0 0.80 0.16
HSL 78.14º 0.68% 0.5% -
HSV(B) 78.14º 0.8% 0.84% -
XYZ 39.36 55.94 10.91 -
YUV 178.84 50.77 115.99 -
System Red Green Blue C M Y K H S L
Decimal 162 214 42 0.24 0 0.80 0.16 78.14 0.68 0.5
Hex A2 D6 2A 18 0 50 10 4E 44 32
Octal 242 326 52 30 0 120 20 116 104 62
Binary 10100010 11010110 101010 11000 0 1010000 10000 1001110 1000100 110010

Color Harmonies of #A2D62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D62A

Black with #A2D62A

Text Example


Text Example

White with #A2D62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D62A; }

 p { color: rgb(162,214,42); }

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

background-color css

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

 a { background-color: rgb(162,214,42); }

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

border-color css

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

 span { border-color: rgb(162,214,42); }

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