#A2D62B

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

Shades of Yellow Green #A2D62B

Tints of Yellow Green #A2D62B

Color information

#A2D62B (or 0xA2D62B) is unknown color: approx Yellow Green. HEX triplet: A2, D6 and 2B. RGB value is (162,214,43). Sum of RGB (Red+Green+Blue) = 162+214+43=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 214 (83.98% from 255 or 51.07% from 419); Blue value is 43 (17.19% from 255 or 10.26% from 419); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D62B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D62B is #5D29D4. Grayscale: #B3B3B3. Windows color (decimal): -6105557 or 2872994. OLE color: 2872994.

HSL color Cylindrical-coordinate representation of color #A2D62B: hue angle of 78.25º 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 #A2D62B is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB16221443-
CMYK0.2400.800.16
HSL78.25º67.59%50.39%-
HSV(B)78.25º79.91%83.92%-
XYZ39.3855.9511.01-
YUV178.9651.27115.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.66%
GREEN value IS 214 (83.98% from 255) = 51.07%
BLUE value IS 43 (17.19% from 255) = 10.26%
R=38.66%
G=51.07%
B=10.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal162214430.2400.800.1678.2567.5950.39
HexA2D62B18050104e4432
Octal242326533001202011610462
Binary101000101101011010101111000010100001000010011101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D62B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D62B; }

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

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

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

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

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

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

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

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