Html Css Color HEX #ABDA80 Feijoa

📋 copy color: '#ABDA80'

red 171 ◦ green 218 ◦ blue 128

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

Shades of Feijoa #ABDA80

Tints of Feijoa #ABDA80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.76%

R = 33.08%
G = 42.17%
B = 24.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#ABDA80 (or 0xABDA80) is known color: Feijoa. HEX triplet: AB, DA and 80. RGB value is (171,218,128). Sum of RGB (Red+Green+Blue) = 171+218+128=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDA80 is #54257F. Grayscale: #C2C2C2. Windows color (decimal): -5514624 or 8444587. OLE color: 8444587.

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

Color convert

RGB 171 218 128 -
CMYK 0.22 0 0.41 0.15
HSL 91.33º 0.55% 0.68% -
HSV(B) 91.33º 0.41% 0.85% -
XYZ 45.76 60.36 29.66 -
YUV 193.69 90.93 111.82 -
System Red Green Blue C M Y K H S L
Decimal 171 218 128 0.22 0 0.41 0.15 91.33 0.55 0.68
Hex AB DA 80 16 0 29 F 5B 37 44
Octal 253 332 200 26 0 51 17 133 67 104
Binary 10101011 11011010 10000000 10110 0 101001 1111 1011011 110111 1000100

Color Harmonies of #ABDA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDA80

Black with #ABDA80

Text Example


Text Example

White with #ABDA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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