Html Css Color HEX #ABDA95 Feijoa

📋 copy color: '#ABDA95'

red 171 ◦ green 218 ◦ blue 149

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

Shades of Feijoa #ABDA95

Tints of Feijoa #ABDA95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.7%

R = 31.78%
G = 40.52%
B = 27.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#ABDA95 (or 0xABDA95) is known color: Feijoa. HEX triplet: AB, DA and 95. RGB value is (171,218,149). Sum of RGB (Red+Green+Blue) = 171+218+149=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDA95 is #54256A. Grayscale: #C4C4C4. Windows color (decimal): -5514603 or 9820843. OLE color: 9820843.

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

Color convert

RGB 171 218 149 -
CMYK 0.22 0 0.32 0.15
HSL 100.87º 0.48% 0.72% -
HSV(B) 100.87º 0.32% 0.85% -
XYZ 47.29 60.97 37.71 -
YUV 196.08 101.43 110.11 -
System Red Green Blue C M Y K H S L
Decimal 171 218 149 0.22 0 0.32 0.15 100.87 0.48 0.72
Hex AB DA 95 16 0 20 F 65 30 48
Octal 253 332 225 26 0 40 17 145 60 110
Binary 10101011 11011010 10010101 10110 0 100000 1111 1100101 110000 1001000

Color Harmonies of #ABDA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDA95

Black with #ABDA95

Text Example


Text Example

White with #ABDA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDA95; }

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

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

background-color css

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

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

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

border-color css

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

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

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