Html Css Color HEX #AACD74 Caper

📋 copy color: '#AACD74'

red 170 ◦ green 205 ◦ blue 116

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

Shades of Caper #AACD74

Tints of Caper #AACD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.63%

R = 34.62%
G = 41.75%
B = 23.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#AACD74 (or 0xAACD74) is known color: Caper. HEX triplet: AA, CD and 74. RGB value is (170,205,116). Sum of RGB (Red+Green+Blue) = 170+205+116=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACD74 is #55328B. Grayscale: #B8B8B8. Windows color (decimal): -5583500 or 7654826. OLE color: 7654826.

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

Color convert

RGB 170 205 116 -
CMYK 0.17 0 0.43 0.20
HSL 83.6º 0.47% 0.63% -
HSV(B) 83.6º 0.43% 0.8% -
XYZ 41.56 53.47 24.65 -
YUV 184.39 89.4 117.74 -
System Red Green Blue C M Y K H S L
Decimal 170 205 116 0.17 0 0.43 0.20 83.6 0.47 0.63
Hex AA CD 74 11 0 2B 14 54 2F 3F
Octal 252 315 164 21 0 53 24 124 57 77
Binary 10101010 11001101 1110100 10001 0 101011 10100 1010100 101111 111111

Color Harmonies of #AACD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD74

Black with #AACD74

Text Example


Text Example

White with #AACD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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