Html Css Color HEX #AACD7B Caper

📋 copy color: '#AACD7B'

red 170 ◦ green 205 ◦ blue 123

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

Shades of Caper #AACD7B

Tints of Caper #AACD7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.7%

R = 34.14%
G = 41.16%
B = 24.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#AACD7B (or 0xAACD7B) is known color: Caper. HEX triplet: AA, CD and 7B. RGB value is (170,205,123). Sum of RGB (Red+Green+Blue) = 170+205+123=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACD7B is #553284. Grayscale: #B9B9B9. Windows color (decimal): -5583493 or 8113578. OLE color: 8113578.

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

Color convert

RGB 170 205 123 -
CMYK 0.17 0 0.4 0.20
HSL 85.61º 0.45% 0.64% -
HSV(B) 85.61º 0.4% 0.8% -
XYZ 41.98 53.64 26.88 -
YUV 185.19 92.9 117.17 -
System Red Green Blue C M Y K H S L
Decimal 170 205 123 0.17 0 0.4 0.20 85.61 0.45 0.64
Hex AA CD 7B 11 0 28 14 56 2D 40
Octal 252 315 173 21 0 50 24 126 55 100
Binary 10101010 11001101 1111011 10001 0 101000 10100 1010110 101101 1000000

Color Harmonies of #AACD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD7B

Black with #AACD7B

Text Example


Text Example

White with #AACD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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