#A5CB34

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

Shades of Yellow Green #A5CB34

Tints of Yellow Green #A5CB34

Color information

#A5CB34 (or 0xA5CB34) is unknown color: approx Yellow Green. HEX triplet: A5, CB and 34. RGB value is (165,203,52). Sum of RGB (Red+Green+Blue) = 165+203+52=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CB34 is #5A34CB. Grayscale: #AEAEAE. Windows color (decimal): -5911756 or 3460005. OLE color: 3460005.

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

Color convert

RGB16520352-
CMYK0.1900.740.20
HSL75.1º59.22%50%-
HSV(B)75.1º74.38%79.61%-
XYZ37.4950.9611.11-
YUV174.4258.91121.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 203 (79.69% from 255) = 48.33%
BLUE value IS 52 (20.70% from 255) = 12.38%
R=39.29%
G=48.33%
B=12.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal165203520.1900.740.2075.159.2250
HexA5CB341304A144b3b32
Octal24531364230112241137362
Binary10100101110010111101001001101001010101001001011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CB34; }

 p { color: rgb(165,203,52); }

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

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

 a { background-color: rgb(165,203,52); }

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

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

 span { border-color: rgb(165,203,52); }

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