Html Css Color HEX #ABDA8D Feijoa

📋 copy color: '#ABDA8D'

red 171 ◦ green 218 ◦ blue 141

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

Shades of Feijoa #ABDA8D

Tints of Feijoa #ABDA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.6%

R = 32.26%
G = 41.13%
B = 26.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#ABDA8D (or 0xABDA8D) is known color: Feijoa. HEX triplet: AB, DA and 8D. RGB value is (171,218,141). Sum of RGB (Red+Green+Blue) = 171+218+141=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDA8D is #542572. Grayscale: #C3C3C3. Windows color (decimal): -5514611 or 9296555. OLE color: 9296555.

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

Color convert

RGB 171 218 141 -
CMYK 0.22 0 0.35 0.15
HSL 96.62º 0.51% 0.7% -
HSV(B) 96.62º 0.35% 0.85% -
XYZ 46.67 60.72 34.46 -
YUV 195.17 97.43 110.76 -
System Red Green Blue C M Y K H S L
Decimal 171 218 141 0.22 0 0.35 0.15 96.62 0.51 0.7
Hex AB DA 8D 16 0 23 F 61 33 46
Octal 253 332 215 26 0 43 17 141 63 106
Binary 10101011 11011010 10001101 10110 0 100011 1111 1100001 110011 1000110

Color Harmonies of #ABDA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDA8D

Black with #ABDA8D

Text Example


Text Example

White with #ABDA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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