Html Css Color HEX #ADCD70 Caper

📋 copy color: '#ADCD70'

red 173 ◦ green 205 ◦ blue 112

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

Shades of Caper #ADCD70

Tints of Caper #ADCD70

RGB

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

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

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

R = 35.31%
G = 41.84%
B = 22.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#ADCD70 (or 0xADCD70) is known color: Caper. HEX triplet: AD, CD and 70. RGB value is (173,205,112). Sum of RGB (Red+Green+Blue) = 173+205+112=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD70 is #52328F. Grayscale: #B9B9B9. Windows color (decimal): -5386896 or 7392685. OLE color: 7392685.

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

Color convert

RGB 173 205 112 -
CMYK 0.16 0 0.45 0.20
HSL 80.65º 0.48% 0.62% -
HSV(B) 80.65º 0.45% 0.8% -
XYZ 41.99 53.72 23.48 -
YUV 184.83 86.9 119.56 -
System Red Green Blue C M Y K H S L
Decimal 173 205 112 0.16 0 0.45 0.20 80.65 0.48 0.62
Hex AD CD 70 10 0 2D 14 51 30 3E
Octal 255 315 160 20 0 55 24 121 60 76
Binary 10101101 11001101 1110000 10000 0 101101 10100 1010001 110000 111110

Color Harmonies of #ADCD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD70

Black with #ADCD70

Text Example


Text Example

White with #ADCD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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