Html Css Color HEX #ACC045 Celery

📋 copy color: '#ACC045'

red 172 ◦ green 192 ◦ blue 69

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

Shades of Celery #ACC045

Tints of Celery #ACC045

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.34%

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

R = 39.72%
G = 44.34%
B = 15.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#ACC045 (or 0xACC045) is known color: Celery. HEX triplet: AC, C0 and 45. RGB value is (172,192,69). Sum of RGB (Red+Green+Blue) = 172+192+69=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 69 (27.34% from 255 or 15.94% from 433); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC045 is #533FBA. Grayscale: #ACACAC. Windows color (decimal): -5455803 or 4571308. OLE color: 4571308.

HSL color Cylindrical-coordinate representation of color #ACC045: hue angle of 69.76º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACC045 is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 69 -
CMYK 0.10 0 0.64 0.25
HSL 69.76º 0.49% 0.51% -
HSV(B) 69.76º 0.64% 0.75% -
XYZ 36.94 46.9 12.74 -
YUV 172 69.87 128 -
System Red Green Blue C M Y K H S L
Decimal 172 192 69 0.10 0 0.64 0.25 69.76 0.49 0.51
Hex AC C0 45 A 0 40 19 46 31 33
Octal 254 300 105 12 0 100 31 106 61 63
Binary 10101100 11000000 1000101 1010 0 1000000 11001 1000110 110001 110011

Color Harmonies of #ACC045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC045

Black with #ACC045

Text Example


Text Example

White with #ACC045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC045; }

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

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

background-color css

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

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

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

border-color css

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

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

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