Html Css Color HEX #ADC07A Caper

📋 copy color: '#ADC07A'

red 173 ◦ green 192 ◦ blue 122

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

Shades of Caper #ADC07A

Tints of Caper #ADC07A

RGB

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

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

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

R = 35.52%
G = 39.43%
B = 25.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#ADC07A (or 0xADC07A) is known color: Caper. HEX triplet: AD, C0 and 7A. RGB value is (173,192,122). Sum of RGB (Red+Green+Blue) = 173+192+122=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC07A is #523F85. Grayscale: #B2B2B2. Windows color (decimal): -5390214 or 8044717. OLE color: 8044717.

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

Color convert

RGB 173 192 122 -
CMYK 0.10 0 0.36 0.25
HSL 76.29º 0.36% 0.62% -
HSV(B) 76.29º 0.36% 0.75% -
XYZ 39.6 47.99 25.59 -
YUV 178.34 96.21 124.19 -
System Red Green Blue C M Y K H S L
Decimal 173 192 122 0.10 0 0.36 0.25 76.29 0.36 0.62
Hex AD C0 7A A 0 24 19 4C 24 3E
Octal 255 300 172 12 0 44 31 114 44 76
Binary 10101101 11000000 1111010 1010 0 100100 11001 1001100 100100 111110

Color Harmonies of #ADC07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC07A

Black with #ADC07A

Text Example


Text Example

White with #ADC07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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