Html Css Color HEX #ADC570 Caper

📋 copy color: '#ADC570'

red 173 ◦ green 197 ◦ blue 112

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

Shades of Caper #ADC570

Tints of Caper #ADC570

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.87%

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

R = 35.89%
G = 40.87%
B = 23.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#ADC570 (or 0xADC570) is known color: Caper. HEX triplet: AD, C5 and 70. RGB value is (173,197,112). Sum of RGB (Red+Green+Blue) = 173+197+112=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC570 is #523A8F. Grayscale: #B4B4B4. Windows color (decimal): -5388944 or 7390637. OLE color: 7390637.

HSL color Cylindrical-coordinate representation of color #ADC570: hue angle of 76.94º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADC570 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 197 112 -
CMYK 0.12 0 0.43 0.23
HSL 76.94º 0.42% 0.61% -
HSV(B) 76.94º 0.43% 0.77% -
XYZ 40.12 49.99 22.86 -
YUV 180.13 89.55 122.91 -
System Red Green Blue C M Y K H S L
Decimal 173 197 112 0.12 0 0.43 0.23 76.94 0.42 0.61
Hex AD C5 70 C 0 2B 17 4D 2A 3D
Octal 255 305 160 14 0 53 27 115 52 75
Binary 10101101 11000101 1110000 1100 0 101011 10111 1001101 101010 111101

Color Harmonies of #ADC570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC570

Black with #ADC570

Text Example


Text Example

White with #ADC570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC570; }

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

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

background-color css

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

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

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

border-color css

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

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

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