Html Css Color HEX #AABF7A Caper

📋 copy color: '#AABF7A'

red 170 ◦ green 191 ◦ blue 122

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

Shades of Caper #AABF7A

Tints of Caper #AABF7A

RGB

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

 GREEN value IS 191 (75% from 255) = 39.54%

 BLUE value IS 122 (48.05% from 255) = 25.26%

R = 35.2%
G = 39.54%
B = 25.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#AABF7A (or 0xAABF7A) is known color: Caper. HEX triplet: AA, BF and 7A. RGB value is (170,191,122). Sum of RGB (Red+Green+Blue) = 170+191+122=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABF7A is #554085. Grayscale: #B1B1B1. Windows color (decimal): -5587078 or 8044458. OLE color: 8044458.

HSL color Cylindrical-coordinate representation of color #AABF7A: hue angle of 78.26º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AABF7A is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 191 122 -
CMYK 0.11 0 0.36 0.25
HSL 78.26º 0.35% 0.61% -
HSV(B) 78.26º 0.36% 0.75% -
XYZ 38.72 47.21 25.48 -
YUV 176.86 97.04 123.11 -
System Red Green Blue C M Y K H S L
Decimal 170 191 122 0.11 0 0.36 0.25 78.26 0.35 0.61
Hex AA BF 7A B 0 24 19 4E 23 3D
Octal 252 277 172 13 0 44 31 116 43 75
Binary 10101010 10111111 1111010 1011 0 100100 11001 1001110 100011 111101

Color Harmonies of #AABF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABF7A

Black with #AABF7A

Text Example


Text Example

White with #AABF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABF7A; }

 p { color: rgb(170,191,122); }

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

background-color css

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

 a { background-color: rgb(170,191,122); }

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

border-color css

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

 span { border-color: rgb(170,191,122); }

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