Html Css Color HEX #ADC57A Caper

📋 copy color: '#ADC57A'

red 173 ◦ green 197 ◦ blue 122

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

Shades of Caper #ADC57A

Tints of Caper #ADC57A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.04%

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

R = 35.16%
G = 40.04%
B = 24.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#ADC57A (or 0xADC57A) is known color: Caper. HEX triplet: AD, C5 and 7A. RGB value is (173,197,122). Sum of RGB (Red+Green+Blue) = 173+197+122=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC57A is #523A85. Grayscale: #B5B5B5. Windows color (decimal): -5388934 or 8045997. OLE color: 8045997.

HSL color Cylindrical-coordinate representation of color #ADC57A: hue angle of 79.2º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADC57A is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 197 122 -
CMYK 0.12 0 0.38 0.23
HSL 79.2º 0.39% 0.63% -
HSV(B) 79.2º 0.38% 0.77% -
XYZ 40.71 50.22 25.96 -
YUV 181.27 94.55 122.1 -
System Red Green Blue C M Y K H S L
Decimal 173 197 122 0.12 0 0.38 0.23 79.2 0.39 0.63
Hex AD C5 7A C 0 26 17 4F 27 3F
Octal 255 305 172 14 0 46 27 117 47 77
Binary 10101101 11000101 1111010 1100 0 100110 10111 1001111 100111 111111

Color Harmonies of #ADC57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC57A

Black with #ADC57A

Text Example


Text Example

White with #ADC57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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