#A6CA32

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

Shades of Yellow Green #A6CA32

Tints of Yellow Green #A6CA32

Color information

#A6CA32 (or 0xA6CA32) is unknown color: approx Yellow Green. HEX triplet: A6, CA and 32. RGB value is (166,202,50). Sum of RGB (Red+Green+Blue) = 166+202+50=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CA32 is #5935CD. Grayscale: #AEAEAE. Windows color (decimal): -5846478 or 3328678. OLE color: 3328678.

HSL color Cylindrical-coordinate representation of color #A6CA32: hue angle of 74.21º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6CA32 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB16620250-
CMYK0.1800.750.21
HSL74.21º60.32%49.41%-
HSV(B)74.21º75.25%79.22%-
XYZ37.4250.5810.81-
YUV173.9158.07122.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.71%
GREEN value IS 202 (79.30% from 255) = 48.33%
BLUE value IS 50 (19.92% from 255) = 11.96%
R=39.71%
G=48.33%
B=11.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal166202500.1800.750.2174.2160.3249.41
HexA6CA321204B154a3c31
Octal24631262220113251127461
Binary10100110110010101100101001001001011101011001010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CA32; }

 p { color: rgb(166,202,50); }

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

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

 a { background-color: rgb(166,202,50); }

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

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

 span { border-color: rgb(166,202,50); }

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