Html Css Color HEX #A8CC71 Caper

📋 copy color: '#A8CC71'

red 168 ◦ green 204 ◦ blue 113

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

Shades of Caper #A8CC71

Tints of Caper #A8CC71

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.06%

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

R = 34.64%
G = 42.06%
B = 23.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#A8CC71 (or 0xA8CC71) is known color: Caper. HEX triplet: A8, CC and 71. RGB value is (168,204,113). Sum of RGB (Red+Green+Blue) = 168+204+113=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CC71 is #57338E. Grayscale: #B7B7B7. Windows color (decimal): -5714831 or 7457960. OLE color: 7457960.

HSL color Cylindrical-coordinate representation of color #A8CC71: hue angle of 83.74º degrees, saturation: 0.47, 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 #A8CC71 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 204 113 -
CMYK 0.18 0 0.45 0.2
HSL 83.74º 0.47% 0.62% -
HSV(B) 83.74º 0.45% 0.8% -
XYZ 40.72 52.7 23.65 -
YUV 182.86 88.57 117.4 -
System Red Green Blue C M Y K H S L
Decimal 168 204 113 0.18 0 0.45 0.2 83.74 0.47 0.62
Hex A8 CC 71 12 0 2D 14 54 2F 3E
Octal 250 314 161 22 0 55 24 124 57 76
Binary 10101000 11001100 1110001 10010 0 101101 10100 1010100 101111 111110

Color Harmonies of #A8CC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CC71

Black with #A8CC71

Text Example


Text Example

White with #A8CC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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