Html Css Color HEX #A8C574 Caper

📋 copy color: '#A8C574'

red 168 ◦ green 197 ◦ blue 116

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

Shades of Caper #A8C574

Tints of Caper #A8C574

RGB

 RED value IS 168 (66.02% from 255) = 34.93%

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

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

R = 34.93%
G = 40.96%
B = 24.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#A8C574 (or 0xA8C574) is known color: Caper. HEX triplet: A8, C5 and 74. RGB value is (168,197,116). Sum of RGB (Red+Green+Blue) = 168+197+116=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C574 is #573A8B. Grayscale: #B3B3B3. Windows color (decimal): -5716620 or 7652776. OLE color: 7652776.

HSL color Cylindrical-coordinate representation of color #A8C574: hue angle of 81.48º 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 #A8C574 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 197 116 -
CMYK 0.15 0 0.41 0.23
HSL 81.48º 0.41% 0.61% -
HSV(B) 81.48º 0.41% 0.77% -
XYZ 39.27 49.52 24.01 -
YUV 179.1 92.39 120.09 -
System Red Green Blue C M Y K H S L
Decimal 168 197 116 0.15 0 0.41 0.23 81.48 0.41 0.61
Hex A8 C5 74 F 0 29 17 51 29 3D
Octal 250 305 164 17 0 51 27 121 51 75
Binary 10101000 11000101 1110100 1111 0 101001 10111 1010001 101001 111101

Color Harmonies of #A8C574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C574

Black with #A8C574

Text Example


Text Example

White with #A8C574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C574; }

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

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

background-color css

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

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

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

border-color css

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

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

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