Html Css Color HEX #ABD994 Feijoa

📋 copy color: '#ABD994'

red 171 ◦ green 217 ◦ blue 148

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

Shades of Feijoa #ABD994

Tints of Feijoa #ABD994

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.49%

 BLUE value IS 148 (58.2% from 255) = 27.61%

R = 31.9%
G = 40.49%
B = 27.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#ABD994 (or 0xABD994) is known color: Feijoa. HEX triplet: AB, D9 and 94. RGB value is (171,217,148). Sum of RGB (Red+Green+Blue) = 171+217+148=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #ABD994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD994 is #54266B. Grayscale: #C3C3C3. Windows color (decimal): -5514860 or 9755051. OLE color: 9755051.

HSL color Cylindrical-coordinate representation of color #ABD994: hue angle of 100º 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 #ABD994 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 217 148 -
CMYK 0.21 0 0.32 0.15
HSL 100º 0.48% 0.72% -
HSV(B) 100º 0.32% 0.85% -
XYZ 46.95 60.42 37.2 -
YUV 195.38 101.26 110.61 -
System Red Green Blue C M Y K H S L
Decimal 171 217 148 0.21 0 0.32 0.15 100 0.48 0.72
Hex AB D9 94 15 0 20 F 64 30 48
Octal 253 331 224 25 0 40 17 144 60 110
Binary 10101011 11011001 10010100 10101 0 100000 1111 1100100 110000 1001000

Color Harmonies of #ABD994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD994

Black with #ABD994

Text Example


Text Example

White with #ABD994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD994; }

 p { color: rgb(171,217,148); }

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

background-color css

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

 a { background-color: rgb(171,217,148); }

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

border-color css

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

 span { border-color: rgb(171,217,148); }

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