#A5C335

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

Shades of Yellow Green #A5C335

Tints of Yellow Green #A5C335

Color information

#A5C335 (or 0xA5C335) is unknown color: approx Yellow Green. HEX triplet: A5, C3 and 35. RGB value is (165,195,53). Sum of RGB (Red+Green+Blue) = 165+195+53=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 53 (21.09% from 255 or 12.83% from 413); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C335 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C335 is #5A3CCA. Grayscale: #AAAAAA. Windows color (decimal): -5913803 or 3523493. OLE color: 3523493.

HSL color Cylindrical-coordinate representation of color #A5C335: hue angle of 72.68º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5C335 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB16519553-
CMYK0.1500.730.24
HSL72.68º57.26%48.63%-
HSV(B)72.68º72.82%76.47%-
XYZ35.6747.2910.62-
YUV169.8462.06124.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.95%
GREEN value IS 195 (76.56% from 255) = 47.22%
BLUE value IS 53 (21.09% from 255) = 12.83%
R=39.95%
G=47.22%
B=12.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165195530.1500.730.2472.6857.2648.63
HexA5C335F04918493931
Octal24530365170111301117161
Binary1010010111000011110101111101001001110001001001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C335; }

 p { color: rgb(165,195,53); }

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

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

 a { background-color: rgb(165,195,53); }

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

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

 span { border-color: rgb(165,195,53); }

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