Html Css Color HEX #AAC27D Caper

📋 copy color: '#AAC27D'

red 170 ◦ green 194 ◦ blue 125

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

Shades of Caper #AAC27D

Tints of Caper #AAC27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.56%

R = 34.76%
G = 39.67%
B = 25.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#AAC27D (or 0xAAC27D) is known color: Caper. HEX triplet: AA, C2 and 7D. RGB value is (170,194,125). Sum of RGB (Red+Green+Blue) = 170+194+125=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC27D is #553D82. Grayscale: #B3B3B3. Windows color (decimal): -5586307 or 8241834. OLE color: 8241834.

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

Color convert

RGB 170 194 125 -
CMYK 0.12 0 0.36 0.24
HSL 80.87º 0.36% 0.63% -
HSV(B) 80.87º 0.36% 0.76% -
XYZ 39.57 48.61 26.7 -
YUV 178.96 97.55 121.61 -
System Red Green Blue C M Y K H S L
Decimal 170 194 125 0.12 0 0.36 0.24 80.87 0.36 0.63
Hex AA C2 7D C 0 24 18 51 24 3F
Octal 252 302 175 14 0 44 30 121 44 77
Binary 10101010 11000010 1111101 1100 0 100100 11000 1010001 100100 111111

Color Harmonies of #AAC27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC27D

Black with #AAC27D

Text Example


Text Example

White with #AAC27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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