Html Css Color HEX #ADC574 Caper

📋 copy color: '#ADC574'

red 173 ◦ green 197 ◦ blue 116

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

Shades of Caper #ADC574

Tints of Caper #ADC574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.87%

R = 35.6%
G = 40.53%
B = 23.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#ADC574 (or 0xADC574) is known color: Caper. HEX triplet: AD, C5 and 74. RGB value is (173,197,116). Sum of RGB (Red+Green+Blue) = 173+197+116=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC574 is #523A8B. Grayscale: #B4B4B4. Windows color (decimal): -5388940 or 7652781. OLE color: 7652781.

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

Color convert

RGB 173 197 116 -
CMYK 0.12 0 0.41 0.23
HSL 77.78º 0.41% 0.61% -
HSV(B) 77.78º 0.41% 0.77% -
XYZ 40.35 50.08 24.06 -
YUV 180.59 91.55 122.59 -
System Red Green Blue C M Y K H S L
Decimal 173 197 116 0.12 0 0.41 0.23 77.78 0.41 0.61
Hex AD C5 74 C 0 29 17 4E 29 3D
Octal 255 305 164 14 0 51 27 116 51 75
Binary 10101101 11000101 1110100 1100 0 101001 10111 1001110 101001 111101

Color Harmonies of #ADC574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC574

Black with #ADC574

Text Example


Text Example

White with #ADC574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC574; }

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

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

background-color css

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

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

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

border-color css

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

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

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