Html Css Color HEX #ADCE7D Caper

📋 copy color: '#ADCE7D'

red 173 ◦ green 206 ◦ blue 125

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

Shades of Caper #ADCE7D

Tints of Caper #ADCE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.8%

R = 34.33%
G = 40.87%
B = 24.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#ADCE7D (or 0xADCE7D) is known color: Caper. HEX triplet: AD, CE and 7D. RGB value is (173,206,125). Sum of RGB (Red+Green+Blue) = 173+206+125=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCE7D is #523182. Grayscale: #BBBBBB. Windows color (decimal): -5386627 or 8244909. OLE color: 8244909.

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

Color convert

RGB 173 206 125 -
CMYK 0.16 0 0.39 0.19
HSL 84.44º 0.45% 0.65% -
HSV(B) 84.44º 0.39% 0.81% -
XYZ 43.01 54.51 27.66 -
YUV 186.9 93.07 118.09 -
System Red Green Blue C M Y K H S L
Decimal 173 206 125 0.16 0 0.39 0.19 84.44 0.45 0.65
Hex AD CE 7D 10 0 27 13 54 2D 41
Octal 255 316 175 20 0 47 23 124 55 101
Binary 10101101 11001110 1111101 10000 0 100111 10011 1010100 101101 1000001

Color Harmonies of #ADCE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCE7D

Black with #ADCE7D

Text Example


Text Example

White with #ADCE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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