Html Css Color HEX #A8C278 Caper

📋 copy color: '#A8C278'

red 168 ◦ green 194 ◦ blue 120

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

Shades of Caper #A8C278

Tints of Caper #A8C278

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.25%

 BLUE value IS 120 (47.27% from 255) = 24.9%

R = 34.85%
G = 40.25%
B = 24.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#A8C278 (or 0xA8C278) is known color: Caper. HEX triplet: A8, C2 and 78. RGB value is (168,194,120). Sum of RGB (Red+Green+Blue) = 168+194+120=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C278 is #573D87. Grayscale: #B2B2B2. Windows color (decimal): -5717384 or 7914152. OLE color: 7914152.

HSL color Cylindrical-coordinate representation of color #A8C278: hue angle of 81.08º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8C278 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 194 120 -
CMYK 0.13 0 0.38 0.24
HSL 81.08º 0.38% 0.62% -
HSV(B) 81.08º 0.38% 0.76% -
XYZ 38.83 48.26 25.04 -
YUV 177.79 95.39 121.02 -
System Red Green Blue C M Y K H S L
Decimal 168 194 120 0.13 0 0.38 0.24 81.08 0.38 0.62
Hex A8 C2 78 D 0 26 18 51 26 3E
Octal 250 302 170 15 0 46 30 121 46 76
Binary 10101000 11000010 1111000 1101 0 100110 11000 1010001 100110 111110

Color Harmonies of #A8C278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C278

Black with #A8C278

Text Example


Text Example

White with #A8C278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C278; }

 p { color: rgb(168,194,120); }

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

background-color css

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

 a { background-color: rgb(168,194,120); }

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

border-color css

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

 span { border-color: rgb(168,194,120); }

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