Html Css Color HEX #ACCC45 Celery

📋 copy color: '#ACCC45'

red 172 ◦ green 204 ◦ blue 69

#ACCC45
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #ACCC45

Tints of Celery #ACCC45

RGB

 RED value IS 172 (67.58% from 255) = 38.65%

 GREEN value IS 204 (80.08% from 255) = 45.84%

 BLUE value IS 69 (27.34% from 255) = 15.51%

R = 38.65%
G = 45.84%
B = 15.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#ACCC45 (or 0xACCC45) is known color: Celery. HEX triplet: AC, CC and 45. RGB value is (172,204,69). Sum of RGB (Red+Green+Blue) = 172+204+69=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 69 (27.34% from 255 or 15.51% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCC45 is #5333BA. Grayscale: #B3B3B3. Windows color (decimal): -5452731 or 4574380. OLE color: 4574380.

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

Color convert

RGB 172 204 69 -
CMYK 0.16 0 0.66 0.2
HSL 74.22º 0.57% 0.54% -
HSV(B) 74.22º 0.66% 0.8% -
XYZ 39.68 52.39 13.65 -
YUV 179.04 65.9 122.98 -
System Red Green Blue C M Y K H S L
Decimal 172 204 69 0.16 0 0.66 0.2 74.22 0.57 0.54
Hex AC CC 45 10 0 42 14 4A 39 36
Octal 254 314 105 20 0 102 24 112 71 66
Binary 10101100 11001100 1000101 10000 0 1000010 10100 1001010 111001 110110

Color Harmonies of #ACCC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCC45

Black with #ACCC45

Text Example


Text Example

White with #ACCC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCC45; }

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

 H1.HeaderClassName
 {
   color: #ACCC45;
 }
 .AnyTagClassName
 {
   color: #ACCC45;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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