#a5cc2b

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

Shades of Yellow Green #A5CC2B

Tints of Yellow Green #A5CC2B

Color information

#A5CC2B (or 0xA5CC2B) is unknown color: approx Yellow Green. HEX triplet: A5, CC and 2B. RGB value is (165,204,43). Sum of RGB (Red+Green+Blue) = 165+204+43=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CC2B is #5A33D4. Grayscale: #AEAEAE. Windows color (decimal): -5911509 or 2870437. OLE color: 2870437.

HSL color Cylindrical-coordinate representation of color #A5CC2B: hue angle of 74.53º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A5CC2B is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB16520443-
CMYK0.1900.790.2
HSL74.53º65.18%48.43%-
HSV(B)74.53º78.92%80%-
XYZ37.5551.3610.22-
YUV173.9854.08121.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 204 (80.08% from 255) = 49.51%
BLUE value IS 43 (17.19% from 255) = 10.44%
R=40.05%
G=49.51%
B=10.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal165204430.1900.790.274.5365.1848.43
HexA5CC2B1304F144b4130
Octal245314532301172411310160
Binary101001011100110010101110011010011111010010010111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5cc2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5cc2b; }

 p { color: rgb(165,204,43); }

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

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

 a { background-color: rgb(165,204,43); }

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

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

 span { border-color: rgb(165,204,43); }

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