Html Css Color HEX #AACF72 Caper

📋 copy color: '#AACF72'

red 170 ◦ green 207 ◦ blue 114

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

Shades of Caper #AACF72

Tints of Caper #AACF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.22%

R = 34.62%
G = 42.16%
B = 23.22%

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

#AACF72 (or 0xAACF72) is known color: Caper. HEX triplet: AA, CF and 72. RGB value is (170,207,114). Sum of RGB (Red+Green+Blue) = 170+207+114=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACF72 is #55308D. Grayscale: #B9B9B9. Windows color (decimal): -5582990 or 7524266. OLE color: 7524266.

HSL color Cylindrical-coordinate representation of color #AACF72: hue angle of 83.87º 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 #AACF72 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 207 114 -
CMYK 0.18 0 0.45 0.19
HSL 83.87º 0.49% 0.63% -
HSV(B) 83.87º 0.45% 0.81% -
XYZ 41.93 54.39 24.21 -
YUV 185.34 87.74 117.06 -
System Red Green Blue C M Y K H S L
Decimal 170 207 114 0.18 0 0.45 0.19 83.87 0.49 0.63
Hex AA CF 72 12 0 2D 13 54 31 3F
Octal 252 317 162 22 0 55 23 124 61 77
Binary 10101010 11001111 1110010 10010 0 101101 10011 1010100 110001 111111

Color Harmonies of #AACF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACF72

Black with #AACF72

Text Example


Text Example

White with #AACF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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