#A2CA34

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

Shades of Yellow Green #A2CA34

Tints of Yellow Green #A2CA34

Color information

#A2CA34 (or 0xA2CA34) is unknown color: approx Yellow Green. HEX triplet: A2, CA and 34. RGB value is (162,202,52). Sum of RGB (Red+Green+Blue) = 162+202+52=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 52 (20.70% from 255 or 12.5% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CA34 is #5D35CB. Grayscale: #ADADAD. Windows color (decimal): -6108620 or 3459746. OLE color: 3459746.

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

Color convert

RGB16220252-
CMYK0.2000.740.21
HSL76º59.06%49.8%-
HSV(B)76º74.26%79.22%-
XYZ36.6450.1711-
YUV172.9459.75120.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.94%
GREEN value IS 202 (79.30% from 255) = 48.56%
BLUE value IS 52 (20.70% from 255) = 12.5%
R=38.94%
G=48.56%
B=12.5%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162202520.2000.740.217659.0649.8
HexA2CA341404A154c3b32
Octal24231264240112251147362
Binary10100010110010101101001010001001010101011001100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CA34; }

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

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

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

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

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

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

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

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