#A5CA36

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

Shades of Yellow Green #A5CA36

Tints of Yellow Green #A5CA36

Color information

#A5CA36 (or 0xA5CA36) is unknown color: approx Yellow Green. HEX triplet: A5, CA and 36. RGB value is (165,202,54). Sum of RGB (Red+Green+Blue) = 165+202+54=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 54 (21.48% from 255 or 12.83% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CA36 is #5A35C9. Grayscale: #AEAEAE. Windows color (decimal): -5912010 or 3590821. OLE color: 3590821.

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

Color convert

RGB16520254-
CMYK0.1800.730.21
HSL75º58.27%50.2%-
HSV(B)75º73.27%79.22%-
XYZ37.350.5111.27-
YUV174.0660.24121.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.19%
GREEN value IS 202 (79.30% from 255) = 47.98%
BLUE value IS 54 (21.48% from 255) = 12.83%
R=39.19%
G=47.98%
B=12.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal165202540.1800.730.217558.2750.2
HexA5CA3612049154b3a32
Octal24531266220111251137262
Binary10100101110010101101101001001001001101011001011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CA36; }

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

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

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

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

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

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

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

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