#A5CA33

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

Shades of Yellow Green #A5CA33

Tints of Yellow Green #A5CA33

Color information

#A5CA33 (or 0xA5CA33) is unknown color: approx Yellow Green. HEX triplet: A5, CA and 33. RGB value is (165,202,51). Sum of RGB (Red+Green+Blue) = 165+202+51=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CA33 is #5A35CC. Grayscale: #AEAEAE. Windows color (decimal): -5912013 or 3394213. OLE color: 3394213.

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

Color convert

RGB16520251-
CMYK0.1800.750.21
HSL74.7º59.68%49.61%-
HSV(B)74.7º74.75%79.22%-
XYZ37.2450.4810.91-
YUV173.7258.74121.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.47%
GREEN value IS 202 (79.30% from 255) = 48.33%
BLUE value IS 51 (20.31% from 255) = 12.20%
R=39.47%
G=48.33%
B=12.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal165202510.1800.750.2174.759.6849.61
HexA5CA331204B154b3c32
Octal24531263220113251137462
Binary10100101110010101100111001001001011101011001011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CA33; }

 p { color: rgb(165,202,51); }

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

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

 a { background-color: rgb(165,202,51); }

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

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

 span { border-color: rgb(165,202,51); }

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