Html Css Color HEX #ABDB80 Feijoa

📋 copy color: '#ABDB80'

red 171 ◦ green 219 ◦ blue 128

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

Shades of Feijoa #ABDB80

Tints of Feijoa #ABDB80

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.28%

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

R = 33.01%
G = 42.28%
B = 24.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#ABDB80 (or 0xABDB80) is known color: Feijoa. HEX triplet: AB, DB and 80. RGB value is (171,219,128). Sum of RGB (Red+Green+Blue) = 171+219+128=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDB80 is #54247F. Grayscale: #C2C2C2. Windows color (decimal): -5514368 or 8444843. OLE color: 8444843.

HSL color Cylindrical-coordinate representation of color #ABDB80: hue angle of 91.65º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABDB80 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 219 128 -
CMYK 0.22 0 0.42 0.14
HSL 91.65º 0.56% 0.68% -
HSV(B) 91.65º 0.42% 0.86% -
XYZ 46.02 60.88 29.75 -
YUV 194.27 90.6 111.4 -
System Red Green Blue C M Y K H S L
Decimal 171 219 128 0.22 0 0.42 0.14 91.65 0.56 0.68
Hex AB DB 80 16 0 2A E 5C 38 44
Octal 253 333 200 26 0 52 16 134 70 104
Binary 10101011 11011011 10000000 10110 0 101010 1110 1011100 111000 1000100

Color Harmonies of #ABDB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDB80

Black with #ABDB80

Text Example


Text Example

White with #ABDB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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