Html Css Color HEX #ADC271 Caper

📋 copy color: '#ADC271'

red 173 ◦ green 194 ◦ blue 113

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

Shades of Caper #ADC271

Tints of Caper #ADC271

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.42%

 BLUE value IS 113 (44.53% from 255) = 23.54%

R = 36.04%
G = 40.42%
B = 23.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#ADC271 (or 0xADC271) is known color: Caper. HEX triplet: AD, C2 and 71. RGB value is (173,194,113). Sum of RGB (Red+Green+Blue) = 173+194+113=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC271 is #523D8E. Grayscale: #B2B2B2. Windows color (decimal): -5389711 or 7455405. OLE color: 7455405.

HSL color Cylindrical-coordinate representation of color #ADC271: hue angle of 75.56º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADC271 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 194 113 -
CMYK 0.11 0 0.42 0.24
HSL 75.56º 0.4% 0.6% -
HSV(B) 75.56º 0.42% 0.76% -
XYZ 39.51 48.66 22.93 -
YUV 178.49 91.04 124.09 -
System Red Green Blue C M Y K H S L
Decimal 173 194 113 0.11 0 0.42 0.24 75.56 0.4 0.6
Hex AD C2 71 B 0 2A 18 4C 28 3C
Octal 255 302 161 13 0 52 30 114 50 74
Binary 10101101 11000010 1110001 1011 0 101010 11000 1001100 101000 111100

Color Harmonies of #ADC271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC271

Black with #ADC271

Text Example


Text Example

White with #ADC271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC271; }

 p { color: rgb(173,194,113); }

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

background-color css

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

 a { background-color: rgb(173,194,113); }

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

border-color css

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

 span { border-color: rgb(173,194,113); }

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