#accc32

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

Shades of Yellow Green #ACCC32

Tints of Yellow Green #ACCC32

Color information

#ACCC32 (or 0xACCC32) is unknown color: approx Yellow Green. HEX triplet: AC, CC and 32. RGB value is (172,204,50). Sum of RGB (Red+Green+Blue) = 172+204+50=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCC32 is #5333CD. Grayscale: #B1B1B1. Windows color (decimal): -5452750 or 3329196. OLE color: 3329196.

HSL color Cylindrical-coordinate representation of color #ACCC32: hue angle of 72.47º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACCC32 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB17220450-
CMYK0.1600.750.2
HSL72.47º60.63%49.8%-
HSV(B)72.47º75.49%80%-
XYZ39.1852.1911.03-
YUV176.8856.4124.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 204 (80.08% from 255) = 47.89%
BLUE value IS 50 (19.92% from 255) = 11.74%
R=40.38%
G=47.89%
B=11.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal172204500.1600.750.272.4760.6349.8
HexACCC321004B14483d32
Octal25431462200113241107562
Binary10101100110011001100101000001001011101001001000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #accc32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #accc32; }

 p { color: rgb(172,204,50); }

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

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

 a { background-color: rgb(172,204,50); }

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

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

 span { border-color: rgb(172,204,50); }

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