Html Css Color HEX #AACF71 Caper

📋 copy color: '#AACF71'

red 170 ◦ green 207 ◦ blue 113

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

Shades of Caper #AACF71

Tints of Caper #AACF71

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.24%

 BLUE value IS 113 (44.53% from 255) = 23.06%

R = 34.69%
G = 42.24%
B = 23.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#AACF71 (or 0xAACF71) is known color: Caper. HEX triplet: AA, CF and 71. RGB value is (170,207,113). Sum of RGB (Red+Green+Blue) = 170+207+113=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACF71 is #55308E. Grayscale: #B9B9B9. Windows color (decimal): -5582991 or 7458730. OLE color: 7458730.

HSL color Cylindrical-coordinate representation of color #AACF71: hue angle of 83.62º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AACF71 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 207 113 -
CMYK 0.18 0 0.45 0.19
HSL 83.62º 0.49% 0.63% -
HSV(B) 83.62º 0.45% 0.81% -
XYZ 41.87 54.36 23.91 -
YUV 185.22 87.24 117.14 -
System Red Green Blue C M Y K H S L
Decimal 170 207 113 0.18 0 0.45 0.19 83.62 0.49 0.63
Hex AA CF 71 12 0 2D 13 54 31 3F
Octal 252 317 161 22 0 55 23 124 61 77
Binary 10101010 11001111 1110001 10010 0 101101 10011 1010100 110001 111111

Color Harmonies of #AACF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACF71

Black with #AACF71

Text Example


Text Example

White with #AACF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACF71; }

 p { color: rgb(170,207,113); }

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

background-color css

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

 a { background-color: rgb(170,207,113); }

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

border-color css

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

 span { border-color: rgb(170,207,113); }

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