Html Css Color HEX #ADC870 Caper

📋 copy color: '#ADC870'

red 173 ◦ green 200 ◦ blue 112

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

Shades of Caper #ADC870

Tints of Caper #ADC870

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.24%

 BLUE value IS 112 (44.14% from 255) = 23.09%

R = 35.67%
G = 41.24%
B = 23.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#ADC870 (or 0xADC870) is known color: Caper. HEX triplet: AD, C8 and 70. RGB value is (173,200,112). Sum of RGB (Red+Green+Blue) = 173+200+112=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC870 is #52378F. Grayscale: #B6B6B6. Windows color (decimal): -5388176 or 7391405. OLE color: 7391405.

HSL color Cylindrical-coordinate representation of color #ADC870: hue angle of 78.41º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADC870 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 200 112 -
CMYK 0.14 0 0.44 0.22
HSL 78.41º 0.44% 0.61% -
HSV(B) 78.41º 0.44% 0.78% -
XYZ 40.81 51.36 23.09 -
YUV 181.9 88.55 121.66 -
System Red Green Blue C M Y K H S L
Decimal 173 200 112 0.14 0 0.44 0.22 78.41 0.44 0.61
Hex AD C8 70 E 0 2C 16 4E 2C 3D
Octal 255 310 160 16 0 54 26 116 54 75
Binary 10101101 11001000 1110000 1110 0 101100 10110 1001110 101100 111101

Color Harmonies of #ADC870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC870

Black with #ADC870

Text Example


Text Example

White with #ADC870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC870; }

 p { color: rgb(173,200,112); }

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

background-color css

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

 a { background-color: rgb(173,200,112); }

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

border-color css

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

 span { border-color: rgb(173,200,112); }

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