Html Css Color HEX #A8CD71 Caper

📋 copy color: '#A8CD71'

red 168 ◦ green 205 ◦ blue 113

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

Shades of Caper #A8CD71

Tints of Caper #A8CD71

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.18%

 BLUE value IS 113 (44.53% from 255) = 23.25%

R = 34.57%
G = 42.18%
B = 23.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#A8CD71 (or 0xA8CD71) is known color: Caper. HEX triplet: A8, CD and 71. RGB value is (168,205,113). Sum of RGB (Red+Green+Blue) = 168+205+113=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CD71 is #57328E. Grayscale: #B7B7B7. Windows color (decimal): -5714575 or 7458216. OLE color: 7458216.

HSL color Cylindrical-coordinate representation of color #A8CD71: hue angle of 84.13º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8CD71 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 205 113 -
CMYK 0.18 0 0.45 0.20
HSL 84.13º 0.48% 0.62% -
HSV(B) 84.13º 0.45% 0.8% -
XYZ 40.96 53.18 23.73 -
YUV 183.45 88.24 116.98 -
System Red Green Blue C M Y K H S L
Decimal 168 205 113 0.18 0 0.45 0.20 84.13 0.48 0.62
Hex A8 CD 71 12 0 2D 14 54 30 3E
Octal 250 315 161 22 0 55 24 124 60 76
Binary 10101000 11001101 1110001 10010 0 101101 10100 1010100 110000 111110

Color Harmonies of #A8CD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CD71

Black with #A8CD71

Text Example


Text Example

White with #A8CD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CD71; }

 p { color: rgb(168,205,113); }

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

background-color css

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

 a { background-color: rgb(168,205,113); }

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

border-color css

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

 span { border-color: rgb(168,205,113); }

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