#A5C035

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

Shades of Yellow Green #A5C035

Tints of Yellow Green #A5C035

Color information

#A5C035 (or 0xA5C035) is unknown color: approx Yellow Green. HEX triplet: A5, C0 and 35. RGB value is (165,192,53). Sum of RGB (Red+Green+Blue) = 165+192+53=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 53 (21.09% from 255 or 12.93% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C035 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C035 is #5A3FCA. Grayscale: #A8A8A8. Windows color (decimal): -5914571 or 3522725. OLE color: 3522725.

HSL color Cylindrical-coordinate representation of color #A5C035: hue angle of 71.65º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5C035 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB16519253-
CMYK0.1400.720.25
HSL71.65º56.73%48.04%-
HSV(B)71.65º72.4%75.29%-
XYZ35.0145.9610.39-
YUV168.0863.05125.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.24%
GREEN value IS 192 (75.39% from 255) = 46.83%
BLUE value IS 53 (21.09% from 255) = 12.93%
R=40.24%
G=46.83%
B=12.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165192530.1400.720.2571.6556.7348.04
HexA5C035E04819483930
Octal24530065160110311107160
Binary1010010111000000110101111001001000110011001000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C035; }

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

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

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

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

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

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

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

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