Html Css Color HEX #ABDC6F Feijoa

📋 copy color: '#ABDC6F'

red 171 ◦ green 220 ◦ blue 111

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

Shades of Feijoa #ABDC6F

Tints of Feijoa #ABDC6F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.82%

 BLUE value IS 111 (43.75% from 255) = 22.11%

R = 34.06%
G = 43.82%
B = 22.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#ABDC6F (or 0xABDC6F) is known color: Feijoa. HEX triplet: AB, DC and 6F. RGB value is (171,220,111). Sum of RGB (Red+Green+Blue) = 171+220+111=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC6F is #542390. Grayscale: #C1C1C1. Windows color (decimal): -5514129 or 7330987. OLE color: 7330987.

HSL color Cylindrical-coordinate representation of color #ABDC6F: hue angle of 86.97º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABDC6F is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 220 111 -
CMYK 0.22 0 0.50 0.14
HSL 86.97º 0.61% 0.65% -
HSV(B) 86.97º 0.5% 0.86% -
XYZ 45.26 60.99 24.43 -
YUV 192.92 81.77 112.36 -
System Red Green Blue C M Y K H S L
Decimal 171 220 111 0.22 0 0.50 0.14 86.97 0.61 0.65
Hex AB DC 6F 16 0 32 E 57 3D 41
Octal 253 334 157 26 0 62 16 127 75 101
Binary 10101011 11011100 1101111 10110 0 110010 1110 1010111 111101 1000001

Color Harmonies of #ABDC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC6F

Black with #ABDC6F

Text Example


Text Example

White with #ABDC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC6F; }

 p { color: rgb(171,220,111); }

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

background-color css

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

 a { background-color: rgb(171,220,111); }

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

border-color css

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

 span { border-color: rgb(171,220,111); }

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