#A5CD2F

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

Shades of Yellow Green #A5CD2F

Tints of Yellow Green #A5CD2F

Color information

#A5CD2F (or 0xA5CD2F) is unknown color: approx Yellow Green. HEX triplet: A5, CD and 2F. RGB value is (165,205,47). Sum of RGB (Red+Green+Blue) = 165+205+47=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 47 (18.75% from 255 or 11.27% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CD2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CD2F is #5A32D0. Grayscale: #AFAFAF. Windows color (decimal): -5911249 or 3132837. OLE color: 3132837.

HSL color Cylindrical-coordinate representation of color #A5CD2F: hue angle of 75.19º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A5CD2F is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB16520547-
CMYK0.2000.770.20
HSL75.19º62.7%49.41%-
HSV(B)75.19º77.07%80.39%-
XYZ37.8651.8710.71-
YUV175.0355.75120.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.57%
GREEN value IS 205 (80.47% from 255) = 49.16%
BLUE value IS 47 (18.75% from 255) = 11.27%
R=39.57%
G=49.16%
B=11.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal165205470.2000.770.2075.1962.749.41
HexA5CD2F1404D144b3f31
Octal24531557240115241137761
Binary10100101110011011011111010001001101101001001011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CD2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CD2F; }

 p { color: rgb(165,205,47); }

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

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

 a { background-color: rgb(165,205,47); }

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

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

 span { border-color: rgb(165,205,47); }

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