Html Css Color HEX #A8C274 Caper

📋 copy color: '#A8C274'

red 168 ◦ green 194 ◦ blue 116

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

Shades of Caper #A8C274

Tints of Caper #A8C274

RGB

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

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

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

R = 35.15%
G = 40.59%
B = 24.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#A8C274 (or 0xA8C274) is known color: Caper. HEX triplet: A8, C2 and 74. RGB value is (168,194,116). Sum of RGB (Red+Green+Blue) = 168+194+116=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C274 is #573D8B. Grayscale: #B1B1B1. Windows color (decimal): -5717388 or 7652008. OLE color: 7652008.

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

Color convert

RGB 168 194 116 -
CMYK 0.13 0 0.40 0.24
HSL 80º 0.39% 0.61% -
HSV(B) 80º 0.4% 0.76% -
XYZ 38.59 48.17 23.79 -
YUV 177.33 93.39 121.34 -
System Red Green Blue C M Y K H S L
Decimal 168 194 116 0.13 0 0.40 0.24 80 0.39 0.61
Hex A8 C2 74 D 0 28 18 50 27 3D
Octal 250 302 164 15 0 50 30 120 47 75
Binary 10101000 11000010 1110100 1101 0 101000 11000 1010000 100111 111101

Color Harmonies of #A8C274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C274

Black with #A8C274

Text Example


Text Example

White with #A8C274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C274; }

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

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

background-color css

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

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

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

border-color css

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

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

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