Html Css Color HEX #ABC07F Caper

📋 copy color: '#ABC07F'

red 171 ◦ green 192 ◦ blue 127

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

Shades of Caper #ABC07F

Tints of Caper #ABC07F

RGB

 RED value IS 171 (67.19% from 255) = 34.9%

 GREEN value IS 192 (75.39% from 255) = 39.18%

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

R = 34.9%
G = 39.18%
B = 25.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#ABC07F (or 0xABC07F) is known color: Caper. HEX triplet: AB, C0 and 7F. RGB value is (171,192,127). Sum of RGB (Red+Green+Blue) = 171+192+127=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC07F is #543F80. Grayscale: #B2B2B2. Windows color (decimal): -5521281 or 8372395. OLE color: 8372395.

HSL color Cylindrical-coordinate representation of color #ABC07F: hue angle of 79.38º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABC07F is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 192 127 -
CMYK 0.11 0 0.34 0.25
HSL 79.38º 0.34% 0.63% -
HSV(B) 79.38º 0.34% 0.75% -
XYZ 39.47 47.89 27.24 -
YUV 178.31 99.04 122.79 -
System Red Green Blue C M Y K H S L
Decimal 171 192 127 0.11 0 0.34 0.25 79.38 0.34 0.63
Hex AB C0 7F B 0 22 19 4F 22 3F
Octal 253 300 177 13 0 42 31 117 42 77
Binary 10101011 11000000 1111111 1011 0 100010 11001 1001111 100010 111111

Color Harmonies of #ABC07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC07F

Black with #ABC07F

Text Example


Text Example

White with #ABC07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC07F; }

 p { color: rgb(171,192,127); }

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

background-color css

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

 a { background-color: rgb(171,192,127); }

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

border-color css

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

 span { border-color: rgb(171,192,127); }

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