Html Css Color HEX #ABDA8E Feijoa

📋 copy color: '#ABDA8E'

red 171 ◦ green 218 ◦ blue 142

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

Shades of Feijoa #ABDA8E

Tints of Feijoa #ABDA8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.74%

R = 32.2%
G = 41.05%
B = 26.74%

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

#ABDA8E (or 0xABDA8E) is known color: Feijoa. HEX triplet: AB, DA and 8E. RGB value is (171,218,142). Sum of RGB (Red+Green+Blue) = 171+218+142=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDA8E is #542571. Grayscale: #C3C3C3. Windows color (decimal): -5514610 or 9362091. OLE color: 9362091.

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

Color convert

RGB 171 218 142 -
CMYK 0.22 0 0.35 0.15
HSL 97.11º 0.51% 0.71% -
HSV(B) 97.11º 0.35% 0.85% -
XYZ 46.75 60.75 34.85 -
YUV 195.28 97.93 110.68 -
System Red Green Blue C M Y K H S L
Decimal 171 218 142 0.22 0 0.35 0.15 97.11 0.51 0.71
Hex AB DA 8E 16 0 23 F 61 33 47
Octal 253 332 216 26 0 43 17 141 63 107
Binary 10101011 11011010 10001110 10110 0 100011 1111 1100001 110011 1000111

Color Harmonies of #ABDA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDA8E

Black with #ABDA8E

Text Example


Text Example

White with #ABDA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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