Html Css Color HEX #AACF78 Caper

📋 copy color: '#AACF78'

red 170 ◦ green 207 ◦ blue 120

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

Shades of Caper #AACF78

Tints of Caper #AACF78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.14%

R = 34.21%
G = 41.65%
B = 24.14%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#AACF78 (or 0xAACF78) is known color: Caper. HEX triplet: AA, CF and 78. RGB value is (170,207,120). Sum of RGB (Red+Green+Blue) = 170+207+120=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACF78 is #553087. Grayscale: #BABABA. Windows color (decimal): -5582984 or 7917482. OLE color: 7917482.

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

Color convert

RGB 170 207 120 -
CMYK 0.18 0 0.42 0.19
HSL 85.52º 0.48% 0.64% -
HSV(B) 85.52º 0.42% 0.81% -
XYZ 42.28 54.53 26.07 -
YUV 186.02 90.74 116.57 -
System Red Green Blue C M Y K H S L
Decimal 170 207 120 0.18 0 0.42 0.19 85.52 0.48 0.64
Hex AA CF 78 12 0 2A 13 56 30 40
Octal 252 317 170 22 0 52 23 126 60 100
Binary 10101010 11001111 1111000 10010 0 101010 10011 1010110 110000 1000000

Color Harmonies of #AACF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACF78

Black with #AACF78

Text Example


Text Example

White with #AACF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACF78; }

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

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

background-color css

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

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

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

border-color css

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

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

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