Html Css Color HEX #ADCD7C Caper

📋 copy color: '#ADCD7C'

red 173 ◦ green 205 ◦ blue 124

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

Shades of Caper #ADCD7C

Tints of Caper #ADCD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.7%

R = 34.46%
G = 40.84%
B = 24.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#ADCD7C (or 0xADCD7C) is known color: Caper. HEX triplet: AD, CD and 7C. RGB value is (173,205,124). Sum of RGB (Red+Green+Blue) = 173+205+124=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD7C is #523283. Grayscale: #BABABA. Windows color (decimal): -5386884 or 8179117. OLE color: 8179117.

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

Color convert

RGB 173 205 124 -
CMYK 0.16 0 0.40 0.20
HSL 83.7º 0.45% 0.65% -
HSV(B) 83.7º 0.4% 0.8% -
XYZ 42.7 54 27.24 -
YUV 186.2 92.9 118.59 -
System Red Green Blue C M Y K H S L
Decimal 173 205 124 0.16 0 0.40 0.20 83.7 0.45 0.65
Hex AD CD 7C 10 0 28 14 54 2D 41
Octal 255 315 174 20 0 50 24 124 55 101
Binary 10101101 11001101 1111100 10000 0 101000 10100 1010100 101101 1000001

Color Harmonies of #ADCD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD7C

Black with #ADCD7C

Text Example


Text Example

White with #ADCD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD7C; }

 p { color: rgb(173,205,124); }

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

background-color css

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

 a { background-color: rgb(173,205,124); }

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

border-color css

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

 span { border-color: rgb(173,205,124); }

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