Html Css Color HEX #ADC28D Caper

📋 copy color: '#ADC28D'

red 173 ◦ green 194 ◦ blue 141

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

Shades of Caper #ADC28D

Tints of Caper #ADC28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.76%

R = 34.06%
G = 38.19%
B = 27.76%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#ADC28D (or 0xADC28D) is known color: Caper. HEX triplet: AD, C2 and 8D. RGB value is (173,194,141). Sum of RGB (Red+Green+Blue) = 173+194+141=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC28D is #523D72. Grayscale: #B5B5B5. Windows color (decimal): -5389683 or 9290413. OLE color: 9290413.

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

Color convert

RGB 173 194 141 -
CMYK 0.11 0 0.27 0.24
HSL 83.77º 0.3% 0.66% -
HSV(B) 83.77º 0.27% 0.76% -
XYZ 41.33 49.39 32.55 -
YUV 181.68 105.04 121.81 -
System Red Green Blue C M Y K H S L
Decimal 173 194 141 0.11 0 0.27 0.24 83.77 0.3 0.66
Hex AD C2 8D B 0 1B 18 54 1E 42
Octal 255 302 215 13 0 33 30 124 36 102
Binary 10101101 11000010 10001101 1011 0 11011 11000 1010100 11110 1000010

Color Harmonies of #ADC28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC28D

Black with #ADC28D

Text Example


Text Example

White with #ADC28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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