Html Css Color HEX #AAC24B Celery

📋 copy color: '#AAC24B'

red 170 ◦ green 194 ◦ blue 75

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

Shades of Celery #AAC24B

Tints of Celery #AAC24B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.08%

R = 38.72%
G = 44.19%
B = 17.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#AAC24B (or 0xAAC24B) is known color: Celery. HEX triplet: AA, C2 and 4B. RGB value is (170,194,75). Sum of RGB (Red+Green+Blue) = 170+194+75=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 75 (29.69% from 255 or 17.08% from 439); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC24B is #553DB4. Grayscale: #ADADAD. Windows color (decimal): -5586357 or 4965034. OLE color: 4965034.

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

Color convert

RGB 170 194 75 -
CMYK 0.12 0 0.61 0.24
HSL 72.1º 0.49% 0.53% -
HSV(B) 72.1º 0.61% 0.76% -
XYZ 37.14 47.64 13.89 -
YUV 173.26 72.55 125.68 -
System Red Green Blue C M Y K H S L
Decimal 170 194 75 0.12 0 0.61 0.24 72.1 0.49 0.53
Hex AA C2 4B C 0 3D 18 48 31 35
Octal 252 302 113 14 0 75 30 110 61 65
Binary 10101010 11000010 1001011 1100 0 111101 11000 1001000 110001 110101

Color Harmonies of #AAC24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC24B

Black with #AAC24B

Text Example


Text Example

White with #AAC24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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