Html Css Color HEX #AAC277 Caper

📋 copy color: '#AAC277'

red 170 ◦ green 194 ◦ blue 119

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

Shades of Caper #AAC277

Tints of Caper #AAC277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.64%

R = 35.2%
G = 40.17%
B = 24.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#AAC277 (or 0xAAC277) is known color: Caper. HEX triplet: AA, C2 and 77. RGB value is (170,194,119). Sum of RGB (Red+Green+Blue) = 170+194+119=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC277 is #553D88. Grayscale: #B2B2B2. Windows color (decimal): -5586313 or 7848618. OLE color: 7848618.

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

Color convert

RGB 170 194 119 -
CMYK 0.12 0 0.39 0.24
HSL 79.2º 0.38% 0.61% -
HSV(B) 79.2º 0.39% 0.76% -
XYZ 39.2 48.46 24.74 -
YUV 178.27 94.55 122.1 -
System Red Green Blue C M Y K H S L
Decimal 170 194 119 0.12 0 0.39 0.24 79.2 0.38 0.61
Hex AA C2 77 C 0 27 18 4F 26 3D
Octal 252 302 167 14 0 47 30 117 46 75
Binary 10101010 11000010 1110111 1100 0 100111 11000 1001111 100110 111101

Color Harmonies of #AAC277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC277

Black with #AAC277

Text Example


Text Example

White with #AAC277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC277; }

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

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

background-color css

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

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

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

border-color css

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

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

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