Html Css Color HEX #AAC145 Celery

📋 copy color: '#AAC145'

red 170 ◦ green 193 ◦ blue 69

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

Shades of Celery #AAC145

Tints of Celery #AAC145

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.68%

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

R = 39.35%
G = 44.68%
B = 15.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#AAC145 (or 0xAAC145) is known color: Celery. HEX triplet: AA, C1 and 45. RGB value is (170,193,69). Sum of RGB (Red+Green+Blue) = 170+193+69=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 69 (27.34% from 255 or 15.97% from 432); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC145 is #553EBA. Grayscale: #ACACAC. Windows color (decimal): -5586619 or 4571562. OLE color: 4571562.

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

Color convert

RGB 170 193 69 -
CMYK 0.12 0 0.64 0.24
HSL 71.13º 0.5% 0.51% -
HSV(B) 71.13º 0.64% 0.76% -
XYZ 36.72 47.12 12.79 -
YUV 171.99 69.88 126.58 -
System Red Green Blue C M Y K H S L
Decimal 170 193 69 0.12 0 0.64 0.24 71.13 0.5 0.51
Hex AA C1 45 C 0 40 18 47 32 33
Octal 252 301 105 14 0 100 30 107 62 63
Binary 10101010 11000001 1000101 1100 0 1000000 11000 1000111 110010 110011

Color Harmonies of #AAC145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC145

Black with #AAC145

Text Example


Text Example

White with #AAC145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC145; }

 p { color: rgb(170,193,69); }

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

background-color css

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

 a { background-color: rgb(170,193,69); }

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

border-color css

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

 span { border-color: rgb(170,193,69); }

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