Html Css Color HEX #ADCE80 Caper

📋 copy color: '#ADCE80'

red 173 ◦ green 206 ◦ blue 128

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

Shades of Caper #ADCE80

Tints of Caper #ADCE80

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.63%

 BLUE value IS 128 (50.39% from 255) = 25.25%

R = 34.12%
G = 40.63%
B = 25.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#ADCE80 (or 0xADCE80) is known color: Caper. HEX triplet: AD, CE and 80. RGB value is (173,206,128). Sum of RGB (Red+Green+Blue) = 173+206+128=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCE80 is #52317F. Grayscale: #BBBBBB. Windows color (decimal): -5386624 or 8441517. OLE color: 8441517.

HSL color Cylindrical-coordinate representation of color #ADCE80: hue angle of 85.38º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADCE80 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 206 128 -
CMYK 0.16 0 0.38 0.19
HSL 85.38º 0.44% 0.65% -
HSV(B) 85.38º 0.38% 0.81% -
XYZ 43.2 54.59 28.68 -
YUV 187.24 94.57 117.84 -
System Red Green Blue C M Y K H S L
Decimal 173 206 128 0.16 0 0.38 0.19 85.38 0.44 0.65
Hex AD CE 80 10 0 26 13 55 2C 41
Octal 255 316 200 20 0 46 23 125 54 101
Binary 10101101 11001110 10000000 10000 0 100110 10011 1010101 101100 1000001

Color Harmonies of #ADCE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCE80

Black with #ADCE80

Text Example


Text Example

White with #ADCE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCE80; }

 p { color: rgb(173,206,128); }

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

background-color css

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

 a { background-color: rgb(173,206,128); }

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

border-color css

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

 span { border-color: rgb(173,206,128); }

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