Html Css Color HEX #AACD70 Caper

📋 copy color: '#AACD70'

red 170 ◦ green 205 ◦ blue 112

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

Shades of Caper #AACD70

Tints of Caper #AACD70

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.09%

 BLUE value IS 112 (44.14% from 255) = 23%

R = 34.91%
G = 42.09%
B = 23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#AACD70 (or 0xAACD70) is known color: Caper. HEX triplet: AA, CD and 70. RGB value is (170,205,112). Sum of RGB (Red+Green+Blue) = 170+205+112=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACD70 is #55328F. Grayscale: #B8B8B8. Windows color (decimal): -5583504 or 7392682. OLE color: 7392682.

HSL color Cylindrical-coordinate representation of color #AACD70: hue angle of 82.58º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AACD70 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 205 112 -
CMYK 0.17 0 0.45 0.20
HSL 82.58º 0.48% 0.62% -
HSV(B) 82.58º 0.45% 0.8% -
XYZ 41.33 53.38 23.45 -
YUV 183.93 87.4 118.06 -
System Red Green Blue C M Y K H S L
Decimal 170 205 112 0.17 0 0.45 0.20 82.58 0.48 0.62
Hex AA CD 70 11 0 2D 14 53 30 3E
Octal 252 315 160 21 0 55 24 123 60 76
Binary 10101010 11001101 1110000 10001 0 101101 10100 1010011 110000 111110

Color Harmonies of #AACD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD70

Black with #AACD70

Text Example


Text Example

White with #AACD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD70; }

 p { color: rgb(170,205,112); }

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

background-color css

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

 a { background-color: rgb(170,205,112); }

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

border-color css

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

 span { border-color: rgb(170,205,112); }

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