Html Css Color HEX #AACD73 Caper

📋 copy color: '#AACD73'

red 170 ◦ green 205 ◦ blue 115

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

Shades of Caper #AACD73

Tints of Caper #AACD73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.47%

R = 34.69%
G = 41.84%
B = 23.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#AACD73 (or 0xAACD73) is known color: Caper. HEX triplet: AA, CD and 73. RGB value is (170,205,115). Sum of RGB (Red+Green+Blue) = 170+205+115=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACD73 is #55328C. Grayscale: #B8B8B8. Windows color (decimal): -5583501 or 7589290. OLE color: 7589290.

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

Color convert

RGB 170 205 115 -
CMYK 0.17 0 0.44 0.20
HSL 83.33º 0.47% 0.63% -
HSV(B) 83.33º 0.44% 0.8% -
XYZ 41.5 53.45 24.35 -
YUV 184.28 88.9 117.82 -
System Red Green Blue C M Y K H S L
Decimal 170 205 115 0.17 0 0.44 0.20 83.33 0.47 0.63
Hex AA CD 73 11 0 2C 14 53 2F 3F
Octal 252 315 163 21 0 54 24 123 57 77
Binary 10101010 11001101 1110011 10001 0 101100 10100 1010011 101111 111111

Color Harmonies of #AACD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD73

Black with #AACD73

Text Example


Text Example

White with #AACD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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