Html Css Color HEX #ABDC95 Feijoa

📋 copy color: '#ABDC95'

red 171 ◦ green 220 ◦ blue 149

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

Shades of Feijoa #ABDC95

Tints of Feijoa #ABDC95

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.74%

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

R = 31.67%
G = 40.74%
B = 27.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#ABDC95 (or 0xABDC95) is known color: Feijoa. HEX triplet: AB, DC and 95. RGB value is (171,220,149). Sum of RGB (Red+Green+Blue) = 171+220+149=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC95 is #54236A. Grayscale: #C5C5C5. Windows color (decimal): -5514091 or 9821355. OLE color: 9821355.

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

Color convert

RGB 171 220 149 -
CMYK 0.22 0 0.32 0.14
HSL 101.41º 0.5% 0.72% -
HSV(B) 101.41º 0.32% 0.86% -
XYZ 47.81 62.01 37.88 -
YUV 197.26 100.77 109.27 -
System Red Green Blue C M Y K H S L
Decimal 171 220 149 0.22 0 0.32 0.14 101.41 0.5 0.72
Hex AB DC 95 16 0 20 E 65 32 48
Octal 253 334 225 26 0 40 16 145 62 110
Binary 10101011 11011100 10010101 10110 0 100000 1110 1100101 110010 1001000

Color Harmonies of #ABDC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC95

Black with #ABDC95

Text Example


Text Example

White with #ABDC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC95; }

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

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

background-color css

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

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

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

border-color css

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

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

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