Html Css Color HEX #ADC97A Caper

📋 copy color: '#ADC97A'

red 173 ◦ green 201 ◦ blue 122

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

Shades of Caper #ADC97A

Tints of Caper #ADC97A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.52%

 BLUE value IS 122 (48.05% from 255) = 24.6%

R = 34.88%
G = 40.52%
B = 24.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#ADC97A (or 0xADC97A) is known color: Caper. HEX triplet: AD, C9 and 7A. RGB value is (173,201,122). Sum of RGB (Red+Green+Blue) = 173+201+122=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC97A is #523685. Grayscale: #B7B7B7. Windows color (decimal): -5387910 or 8047021. OLE color: 8047021.

HSL color Cylindrical-coordinate representation of color #ADC97A: hue angle of 81.27º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADC97A is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 201 122 -
CMYK 0.14 0 0.39 0.21
HSL 81.27º 0.42% 0.63% -
HSV(B) 81.27º 0.39% 0.79% -
XYZ 41.63 52.06 26.27 -
YUV 183.62 93.22 120.42 -
System Red Green Blue C M Y K H S L
Decimal 173 201 122 0.14 0 0.39 0.21 81.27 0.42 0.63
Hex AD C9 7A E 0 27 15 51 2A 3F
Octal 255 311 172 16 0 47 25 121 52 77
Binary 10101101 11001001 1111010 1110 0 100111 10101 1010001 101010 111111

Color Harmonies of #ADC97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC97A

Black with #ADC97A

Text Example


Text Example

White with #ADC97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC97A; }

 p { color: rgb(173,201,122); }

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

background-color css

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

 a { background-color: rgb(173,201,122); }

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

border-color css

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

 span { border-color: rgb(173,201,122); }

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