Shades of Celery #ACCC4A
Tints of Celery #ACCC4A
RGB
CMYK
RGB Variations
Color information
#ACCC4A (or 0xACCC4A) is known color: Celery. HEX triplet: AC, CC and 4A. RGB value is (172,204,74). Sum of RGB (Red+Green+Blue) = 172+204+74=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCC4A is #5333B5. Grayscale: #B4B4B4. Windows color (decimal): -5452726 or 4902060. OLE color: 4902060.
HSL color Cylindrical-coordinate representation of color #ACCC4A: hue angle of 74.77º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACCC4A is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
RGB | 172 | 204 | 74 | - |
CMYK | 0.16 | 0 | 0.64 | 0.2 |
HSL | 74.77º | 0.56% | 0.55% | - |
HSV(B) | 74.77º | 0.64% | 0.8% | - |
XYZ | 39.84 | 52.45 | 14.5 | - |
YUV | 179.61 | 68.4 | 122.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 204 | 74 | 0.16 | 0 | 0.64 | 0.2 | 74.77 | 0.56 | 0.55 |
Hex | AC | CC | 4A | 10 | 0 | 40 | 14 | 4B | 38 | 37 |
Octal | 254 | 314 | 112 | 20 | 0 | 100 | 24 | 113 | 70 | 67 |
Binary | 10101100 | 11001100 | 1001010 | 10000 | 0 | 1000000 | 10100 | 1001011 | 111000 | 110111 |
Color Harmonies of #ACCC4A
Complementary color
Monochromatic Colors of #ACCC4A
Black with #ACCC4A
Text Example
Text Example
White with #ACCC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCC4A; }
p { color: rgb(172,204,74); }
H1.HeaderClassName
{
color: #ACCC4A;
}
.AnyTagClassName
{
color: #ACCC4A;
}
</style>
background-color css
<style>
a { background-color: #ACCC4A; }
a { background-color: rgb(172,204,74); }
div.DivClassName
{
background-color: #ACCC4A;
}
.BgClassName
{
background-color: #ACCC4A;
}
</style>
border-color css
<style>
span { border-color: #ACCC4A; }
span { border-color: rgb(172,204,74); }
td.TdClassName
{
border-color: #ACCC4A;
}
.TagClassName
{
border-color: #ACCC4A;
}
</style>