Html Css Color HEX #ADD076 Caper

📋 copy color: '#ADD076'

red 173 ◦ green 208 ◦ blue 118

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

Shades of Caper #ADD076

Tints of Caper #ADD076

RGB

 RED value IS 173 (67.97% from 255) = 34.67%

 GREEN value IS 208 (81.64% from 255) = 41.68%

 BLUE value IS 118 (46.48% from 255) = 23.65%

R = 34.67%
G = 41.68%
B = 23.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#ADD076 (or 0xADD076) is known color: Caper. HEX triplet: AD, D0 and 76. RGB value is (173,208,118). Sum of RGB (Red+Green+Blue) = 173+208+118=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD076 is #522F89. Grayscale: #BBBBBB. Windows color (decimal): -5386122 or 7786669. OLE color: 7786669.

HSL color Cylindrical-coordinate representation of color #ADD076: hue angle of 83.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADD076 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 208 118 -
CMYK 0.17 0 0.43 0.18
HSL 83.33º 0.49% 0.64% -
HSV(B) 83.33º 0.43% 0.82% -
XYZ 43.06 55.3 25.54 -
YUV 187.28 88.9 117.82 -
System Red Green Blue C M Y K H S L
Decimal 173 208 118 0.17 0 0.43 0.18 83.33 0.49 0.64
Hex AD D0 76 11 0 2B 12 53 31 40
Octal 255 320 166 21 0 53 22 123 61 100
Binary 10101101 11010000 1110110 10001 0 101011 10010 1010011 110001 1000000

Color Harmonies of #ADD076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD076

Black with #ADD076

Text Example


Text Example

White with #ADD076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD076; }

 p { color: rgb(173,208,118); }

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

background-color css

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

 a { background-color: rgb(173,208,118); }

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

border-color css

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

 span { border-color: rgb(173,208,118); }

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