Html Css Color HEX #AAC950 Celery

📋 copy color: '#AAC950'

red 170 ◦ green 201 ◦ blue 80

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

Shades of Celery #AAC950

Tints of Celery #AAC950

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.57%

 BLUE value IS 80 (31.64% from 255) = 17.74%

R = 37.69%
G = 44.57%
B = 17.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#AAC950 (or 0xAAC950) is known color: Celery. HEX triplet: AA, C9 and 50. RGB value is (170,201,80). Sum of RGB (Red+Green+Blue) = 170+201+80=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC950 is #5536AF. Grayscale: #B2B2B2. Windows color (decimal): -5584560 or 5294506. OLE color: 5294506.

HSL color Cylindrical-coordinate representation of color #AAC950: hue angle of 75.37º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAC950 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 201 80 -
CMYK 0.15 0 0.60 0.21
HSL 75.37º 0.53% 0.55% -
HSV(B) 75.37º 0.6% 0.79% -
XYZ 38.91 50.9 15.36 -
YUV 177.94 72.73 122.34 -
System Red Green Blue C M Y K H S L
Decimal 170 201 80 0.15 0 0.60 0.21 75.37 0.53 0.55
Hex AA C9 50 F 0 3C 15 4B 35 37
Octal 252 311 120 17 0 74 25 113 65 67
Binary 10101010 11001001 1010000 1111 0 111100 10101 1001011 110101 110111

Color Harmonies of #AAC950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC950

Black with #AAC950

Text Example


Text Example

White with #AAC950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC950; }

 p { color: rgb(170,201,80); }

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

background-color css

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

 a { background-color: rgb(170,201,80); }

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

border-color css

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

 span { border-color: rgb(170,201,80); }

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