Html Css Color HEX #ADCC70 Caper

📋 copy color: '#ADCC70'

red 173 ◦ green 204 ◦ blue 112

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

Shades of Caper #ADCC70

Tints of Caper #ADCC70

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.72%

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

R = 35.38%
G = 41.72%
B = 22.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#ADCC70 (or 0xADCC70) is known color: Caper. HEX triplet: AD, CC and 70. RGB value is (173,204,112). Sum of RGB (Red+Green+Blue) = 173+204+112=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC70 is #52338F. Grayscale: #B8B8B8. Windows color (decimal): -5387152 or 7392429. OLE color: 7392429.

HSL color Cylindrical-coordinate representation of color #ADCC70: hue angle of 80.22º degrees, saturation: 0.47, 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 #ADCC70 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 112 -
CMYK 0.15 0 0.45 0.2
HSL 80.22º 0.47% 0.62% -
HSV(B) 80.22º 0.45% 0.8% -
XYZ 41.75 53.24 23.41 -
YUV 184.24 87.23 119.98 -
System Red Green Blue C M Y K H S L
Decimal 173 204 112 0.15 0 0.45 0.2 80.22 0.47 0.62
Hex AD CC 70 F 0 2D 14 50 2F 3E
Octal 255 314 160 17 0 55 24 120 57 76
Binary 10101101 11001100 1110000 1111 0 101101 10100 1010000 101111 111110

Color Harmonies of #ADCC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC70

Black with #ADCC70

Text Example


Text Example

White with #ADCC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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