Html Css Color HEX #A8CA7F Caper

📋 copy color: '#A8CA7F'

red 168 ◦ green 202 ◦ blue 127

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

Shades of Caper #A8CA7F

Tints of Caper #A8CA7F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.64%

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

R = 33.8%
G = 40.64%
B = 25.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#A8CA7F (or 0xA8CA7F) is known color: Caper. HEX triplet: A8, CA and 7F. RGB value is (168,202,127). Sum of RGB (Red+Green+Blue) = 168+202+127=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CA7F is #573580. Grayscale: #B7B7B7. Windows color (decimal): -5715329 or 8374952. OLE color: 8374952.

HSL color Cylindrical-coordinate representation of color #A8CA7F: hue angle of 87.2º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8CA7F is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 202 127 -
CMYK 0.17 0 0.37 0.21
HSL 87.2º 0.41% 0.65% -
HSV(B) 87.2º 0.37% 0.79% -
XYZ 41.1 52.1 27.97 -
YUV 183.28 96.24 117.1 -
System Red Green Blue C M Y K H S L
Decimal 168 202 127 0.17 0 0.37 0.21 87.2 0.41 0.65
Hex A8 CA 7F 11 0 25 15 57 29 41
Octal 250 312 177 21 0 45 25 127 51 101
Binary 10101000 11001010 1111111 10001 0 100101 10101 1010111 101001 1000001

Color Harmonies of #A8CA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CA7F

Black with #A8CA7F

Text Example


Text Example

White with #A8CA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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