Html Css Color HEX #ADC07F Caper

📋 copy color: '#ADC07F'

red 173 ◦ green 192 ◦ blue 127

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

Shades of Caper #ADC07F

Tints of Caper #ADC07F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.02%

 BLUE value IS 127 (50% from 255) = 25.81%

R = 35.16%
G = 39.02%
B = 25.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#ADC07F (or 0xADC07F) is known color: Caper. HEX triplet: AD, C0 and 7F. RGB value is (173,192,127). Sum of RGB (Red+Green+Blue) = 173+192+127=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC07F is #523F80. Grayscale: #B3B3B3. Windows color (decimal): -5390209 or 8372397. OLE color: 8372397.

HSL color Cylindrical-coordinate representation of color #ADC07F: hue angle of 77.54º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADC07F is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 192 127 -
CMYK 0.10 0 0.34 0.25
HSL 77.54º 0.34% 0.63% -
HSV(B) 77.54º 0.34% 0.75% -
XYZ 39.91 48.12 27.26 -
YUV 178.91 98.71 123.79 -
System Red Green Blue C M Y K H S L
Decimal 173 192 127 0.10 0 0.34 0.25 77.54 0.34 0.63
Hex AD C0 7F A 0 22 19 4E 22 3F
Octal 255 300 177 12 0 42 31 116 42 77
Binary 10101101 11000000 1111111 1010 0 100010 11001 1001110 100010 111111

Color Harmonies of #ADC07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC07F

Black with #ADC07F

Text Example


Text Example

White with #ADC07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC07F; }

 p { color: rgb(173,192,127); }

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

background-color css

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

 a { background-color: rgb(173,192,127); }

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

border-color css

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

 span { border-color: rgb(173,192,127); }

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