Html Css Color HEX #A8C272 Caper

📋 copy color: '#A8C272'

red 168 ◦ green 194 ◦ blue 114

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

Shades of Caper #A8C272

Tints of Caper #A8C272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.95%

R = 35.29%
G = 40.76%
B = 23.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#A8C272 (or 0xA8C272) is known color: Caper. HEX triplet: A8, C2 and 72. RGB value is (168,194,114). Sum of RGB (Red+Green+Blue) = 168+194+114=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C272 is #573D8D. Grayscale: #B1B1B1. Windows color (decimal): -5717390 or 7520936. OLE color: 7520936.

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

Color convert

RGB 168 194 114 -
CMYK 0.13 0 0.41 0.24
HSL 79.5º 0.4% 0.6% -
HSV(B) 79.5º 0.41% 0.76% -
XYZ 38.48 48.12 23.18 -
YUV 177.11 92.39 121.5 -
System Red Green Blue C M Y K H S L
Decimal 168 194 114 0.13 0 0.41 0.24 79.5 0.4 0.6
Hex A8 C2 72 D 0 29 18 50 28 3C
Octal 250 302 162 15 0 51 30 120 50 74
Binary 10101000 11000010 1110010 1101 0 101001 11000 1010000 101000 111100

Color Harmonies of #A8C272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C272

Black with #A8C272

Text Example


Text Example

White with #A8C272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C272; }

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

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

background-color css

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

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

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

border-color css

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

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

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