Html Css Color HEX #AAC248 Celery

📋 copy color: '#AAC248'

red 170 ◦ green 194 ◦ blue 72

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

Shades of Celery #AAC248

Tints of Celery #AAC248

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.5%

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

R = 38.99%
G = 44.5%
B = 16.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#AAC248 (or 0xAAC248) is known color: Celery. HEX triplet: AA, C2 and 48. RGB value is (170,194,72). Sum of RGB (Red+Green+Blue) = 170+194+72=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 72 (28.52% from 255 or 16.51% from 436); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC248 is #553DB7. Grayscale: #ADADAD. Windows color (decimal): -5586360 or 4768426. OLE color: 4768426.

HSL color Cylindrical-coordinate representation of color #AAC248: hue angle of 71.8º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAC248 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 194 72 -
CMYK 0.12 0 0.63 0.24
HSL 71.8º 0.5% 0.52% -
HSV(B) 71.8º 0.63% 0.76% -
XYZ 37.04 47.6 13.37 -
YUV 172.92 71.05 125.92 -
System Red Green Blue C M Y K H S L
Decimal 170 194 72 0.12 0 0.63 0.24 71.8 0.5 0.52
Hex AA C2 48 C 0 3F 18 48 32 34
Octal 252 302 110 14 0 77 30 110 62 64
Binary 10101010 11000010 1001000 1100 0 111111 11000 1001000 110010 110100

Color Harmonies of #AAC248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC248

Black with #AAC248

Text Example


Text Example

White with #AAC248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC248; }

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

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

background-color css

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

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

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

border-color css

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

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

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