Html Css Color HEX #AAC142 Celery

📋 copy color: '#AAC142'

red 170 ◦ green 193 ◦ blue 66

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

Shades of Celery #AAC142

Tints of Celery #AAC142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.38%

R = 39.63%
G = 44.99%
B = 15.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#AAC142 (or 0xAAC142) is known color: Celery. HEX triplet: AA, C1 and 42. RGB value is (170,193,66). Sum of RGB (Red+Green+Blue) = 170+193+66=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC142 is #553EBD. Grayscale: #ACACAC. Windows color (decimal): -5586622 or 4374954. OLE color: 4374954.

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

Color convert

RGB 170 193 66 -
CMYK 0.12 0 0.66 0.24
HSL 70.87º 0.51% 0.51% -
HSV(B) 70.87º 0.66% 0.76% -
XYZ 36.63 47.08 12.31 -
YUV 171.65 68.38 126.83 -
System Red Green Blue C M Y K H S L
Decimal 170 193 66 0.12 0 0.66 0.24 70.87 0.51 0.51
Hex AA C1 42 C 0 42 18 47 33 33
Octal 252 301 102 14 0 102 30 107 63 63
Binary 10101010 11000001 1000010 1100 0 1000010 11000 1000111 110011 110011

Color Harmonies of #AAC142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC142

Black with #AAC142

Text Example


Text Example

White with #AAC142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC142; }

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

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

background-color css

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

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

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

border-color css

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

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

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