#A2CA25

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

Shades of Yellow Green #A2CA25

Tints of Yellow Green #A2CA25

Color information

#A2CA25 (or 0xA2CA25) is unknown color: approx Yellow Green. HEX triplet: A2, CA and 25. RGB value is (162,202,37). Sum of RGB (Red+Green+Blue) = 162+202+37=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 37 (14.84% from 255 or 9.23% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CA25 is #5D35DA. Grayscale: #ABABAB. Windows color (decimal): -6108635 or 2476706. OLE color: 2476706.

HSL color Cylindrical-coordinate representation of color #A2CA25: hue angle of 74.55º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A2CA25 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB16220237-
CMYK0.2000.820.21
HSL74.55º69.04%46.86%-
HSV(B)74.55º81.68%79.22%-
XYZ36.3550.069.5-
YUV171.2352.25121.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.40%
GREEN value IS 202 (79.30% from 255) = 50.37%
BLUE value IS 37 (14.84% from 255) = 9.23%
R=40.40%
G=50.37%
B=9.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162202370.2000.820.2174.5569.0446.86
HexA2CA2514052154b452f
Octal242312452401222511310557
Binary101000101100101010010110100010100101010110010111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CA25; }

 p { color: rgb(162,202,37); }

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

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

 a { background-color: rgb(162,202,37); }

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

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

 span { border-color: rgb(162,202,37); }

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