Html Css Color HEX #ABDA8F Feijoa

📋 copy color: '#ABDA8F'

red 171 ◦ green 218 ◦ blue 143

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

Shades of Feijoa #ABDA8F

Tints of Feijoa #ABDA8F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.98%

 BLUE value IS 143 (56.25% from 255) = 26.88%

R = 32.14%
G = 40.98%
B = 26.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#ABDA8F (or 0xABDA8F) is known color: Feijoa. HEX triplet: AB, DA and 8F. RGB value is (171,218,143). Sum of RGB (Red+Green+Blue) = 171+218+143=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDA8F is #542570. Grayscale: #C3C3C3. Windows color (decimal): -5514609 or 9427627. OLE color: 9427627.

HSL color Cylindrical-coordinate representation of color #ABDA8F: hue angle of 97.6º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABDA8F is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 218 143 -
CMYK 0.22 0 0.34 0.15
HSL 97.6º 0.5% 0.71% -
HSV(B) 97.6º 0.34% 0.85% -
XYZ 46.82 60.78 35.25 -
YUV 195.4 98.43 110.6 -
System Red Green Blue C M Y K H S L
Decimal 171 218 143 0.22 0 0.34 0.15 97.6 0.5 0.71
Hex AB DA 8F 16 0 22 F 62 32 47
Octal 253 332 217 26 0 42 17 142 62 107
Binary 10101011 11011010 10001111 10110 0 100010 1111 1100010 110010 1000111

Color Harmonies of #ABDA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDA8F

Black with #ABDA8F

Text Example


Text Example

White with #ABDA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDA8F; }

 p { color: rgb(171,218,143); }

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

background-color css

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

 a { background-color: rgb(171,218,143); }

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

border-color css

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

 span { border-color: rgb(171,218,143); }

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