Html Css Color HEX #A8C27F Caper

📋 copy color: '#A8C27F'

red 168 ◦ green 194 ◦ blue 127

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

Shades of Caper #A8C27F

Tints of Caper #A8C27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.97%

R = 34.36%
G = 39.67%
B = 25.97%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#A8C27F (or 0xA8C27F) is known color: Caper. HEX triplet: A8, C2 and 7F. RGB value is (168,194,127). Sum of RGB (Red+Green+Blue) = 168+194+127=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C27F is #573D80. Grayscale: #B2B2B2. Windows color (decimal): -5717377 or 8372904. OLE color: 8372904.

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

Color convert

RGB 168 194 127 -
CMYK 0.13 0 0.35 0.24
HSL 83.28º 0.35% 0.63% -
HSV(B) 83.28º 0.35% 0.76% -
XYZ 39.27 48.44 27.36 -
YUV 178.59 98.89 120.45 -
System Red Green Blue C M Y K H S L
Decimal 168 194 127 0.13 0 0.35 0.24 83.28 0.35 0.63
Hex A8 C2 7F D 0 23 18 53 23 3F
Octal 250 302 177 15 0 43 30 123 43 77
Binary 10101000 11000010 1111111 1101 0 100011 11000 1010011 100011 111111

Color Harmonies of #A8C27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C27F

Black with #A8C27F

Text Example


Text Example

White with #A8C27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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