Html Css Color HEX #AACC48 Celery

📋 copy color: '#AACC48'

red 170 ◦ green 204 ◦ blue 72

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

Shades of Celery #AACC48

Tints of Celery #AACC48

RGB

 RED value IS 170 (66.8% from 255) = 38.12%

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

 BLUE value IS 72 (28.52% from 255) = 16.14%

R = 38.12%
G = 45.74%
B = 16.14%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#AACC48 (or 0xAACC48) is known color: Celery. HEX triplet: AA, CC and 48. RGB value is (170,204,72). Sum of RGB (Red+Green+Blue) = 170+204+72=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 72 (28.52% from 255 or 16.14% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC48 is #5533B7. Grayscale: #B3B3B3. Windows color (decimal): -5583800 or 4770986. OLE color: 4770986.

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

Color convert

RGB 170 204 72 -
CMYK 0.17 0 0.65 0.2
HSL 75.45º 0.56% 0.54% -
HSV(B) 75.45º 0.65% 0.8% -
XYZ 39.34 52.2 14.13 -
YUV 178.79 67.74 121.73 -
System Red Green Blue C M Y K H S L
Decimal 170 204 72 0.17 0 0.65 0.2 75.45 0.56 0.54
Hex AA CC 48 11 0 41 14 4B 38 36
Octal 252 314 110 21 0 101 24 113 70 66
Binary 10101010 11001100 1001000 10001 0 1000001 10100 1001011 111000 110110

Color Harmonies of #AACC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC48

Black with #AACC48

Text Example


Text Example

White with #AACC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC48; }

 p { color: rgb(170,204,72); }

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

background-color css

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

 a { background-color: rgb(170,204,72); }

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

border-color css

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

 span { border-color: rgb(170,204,72); }

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