Html Css Color HEX #ABDD95 Feijoa

📋 copy color: '#ABDD95'

red 171 ◦ green 221 ◦ blue 149

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

Shades of Feijoa #ABDD95

Tints of Feijoa #ABDD95

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.85%

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

R = 31.61%
G = 40.85%
B = 27.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#ABDD95 (or 0xABDD95) is known color: Feijoa. HEX triplet: AB, DD and 95. RGB value is (171,221,149). Sum of RGB (Red+Green+Blue) = 171+221+149=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDD95 is #54226A. Grayscale: #C6C6C6. Windows color (decimal): -5513835 or 9821611. OLE color: 9821611.

HSL color Cylindrical-coordinate representation of color #ABDD95: hue angle of 101.67º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABDD95 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 221 149 -
CMYK 0.23 0 0.33 0.13
HSL 101.67º 0.51% 0.73% -
HSV(B) 101.67º 0.33% 0.87% -
XYZ 48.08 62.54 37.97 -
YUV 197.84 100.44 108.85 -
System Red Green Blue C M Y K H S L
Decimal 171 221 149 0.23 0 0.33 0.13 101.67 0.51 0.73
Hex AB DD 95 17 0 21 D 66 33 49
Octal 253 335 225 27 0 41 15 146 63 111
Binary 10101011 11011101 10010101 10111 0 100001 1101 1100110 110011 1001001

Color Harmonies of #ABDD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDD95

Black with #ABDD95

Text Example


Text Example

White with #ABDD95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDD95; }

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

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

background-color css

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

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

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

border-color css

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

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

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