Html Css Color HEX #ADCC71 Caper

📋 copy color: '#ADCC71'

red 173 ◦ green 204 ◦ blue 113

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

Shades of Caper #ADCC71

Tints of Caper #ADCC71

RGB

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

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

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

R = 35.31%
G = 41.63%
B = 23.06%

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

#ADCC71 (or 0xADCC71) is known color: Caper. HEX triplet: AD, CC and 71. RGB value is (173,204,113). Sum of RGB (Red+Green+Blue) = 173+204+113=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC71 is #52338E. Grayscale: #B8B8B8. Windows color (decimal): -5387151 or 7457965. OLE color: 7457965.

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

Color convert

RGB 173 204 113 -
CMYK 0.15 0 0.45 0.2
HSL 80.44º 0.47% 0.62% -
HSV(B) 80.44º 0.45% 0.8% -
XYZ 41.81 53.26 23.7 -
YUV 184.36 87.73 119.9 -
System Red Green Blue C M Y K H S L
Decimal 173 204 113 0.15 0 0.45 0.2 80.44 0.47 0.62
Hex AD CC 71 F 0 2D 14 50 2F 3E
Octal 255 314 161 17 0 55 24 120 57 76
Binary 10101101 11001100 1110001 1111 0 101101 10100 1010000 101111 111110

Color Harmonies of #ADCC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC71

Black with #ADCC71

Text Example


Text Example

White with #ADCC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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