Html Css Color HEX #A8C275 Caper

📋 copy color: '#A8C275'

red 168 ◦ green 194 ◦ blue 117

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

Shades of Caper #A8C275

Tints of Caper #A8C275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.43%

R = 35.07%
G = 40.5%
B = 24.43%

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

#A8C275 (or 0xA8C275) is known color: Caper. HEX triplet: A8, C2 and 75. RGB value is (168,194,117). Sum of RGB (Red+Green+Blue) = 168+194+117=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C275 is #573D8A. Grayscale: #B1B1B1. Windows color (decimal): -5717387 or 7717544. OLE color: 7717544.

HSL color Cylindrical-coordinate representation of color #A8C275: hue angle of 80.26º 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 #A8C275 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 194 117 -
CMYK 0.13 0 0.40 0.24
HSL 80.26º 0.39% 0.61% -
HSV(B) 80.26º 0.4% 0.76% -
XYZ 38.65 48.19 24.09 -
YUV 177.45 93.89 121.26 -
System Red Green Blue C M Y K H S L
Decimal 168 194 117 0.13 0 0.40 0.24 80.26 0.39 0.61
Hex A8 C2 75 D 0 28 18 50 27 3D
Octal 250 302 165 15 0 50 30 120 47 75
Binary 10101000 11000010 1110101 1101 0 101000 11000 1010000 100111 111101

Color Harmonies of #A8C275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C275

Black with #A8C275

Text Example


Text Example

White with #A8C275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C275; }

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

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

background-color css

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

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

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

border-color css

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

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

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