Html Css Color HEX #ABDA96 Feijoa

📋 copy color: '#ABDA96'

red 171 ◦ green 218 ◦ blue 150

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

Shades of Feijoa #ABDA96

Tints of Feijoa #ABDA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.83%

R = 31.73%
G = 40.45%
B = 27.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#ABDA96 (or 0xABDA96) is known color: Feijoa. HEX triplet: AB, DA and 96. RGB value is (171,218,150). Sum of RGB (Red+Green+Blue) = 171+218+150=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDA96 is #542569. Grayscale: #C4C4C4. Windows color (decimal): -5514602 or 9886379. OLE color: 9886379.

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

Color convert

RGB 171 218 150 -
CMYK 0.22 0 0.31 0.15
HSL 101.47º 0.48% 0.72% -
HSV(B) 101.47º 0.31% 0.85% -
XYZ 47.37 61 38.13 -
YUV 196.2 101.93 110.03 -
System Red Green Blue C M Y K H S L
Decimal 171 218 150 0.22 0 0.31 0.15 101.47 0.48 0.72
Hex AB DA 96 16 0 1F F 65 30 48
Octal 253 332 226 26 0 37 17 145 60 110
Binary 10101011 11011010 10010110 10110 0 11111 1111 1100101 110000 1001000

Color Harmonies of #ABDA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDA96

Black with #ABDA96

Text Example


Text Example

White with #ABDA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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