Html Css Color HEX #ABD491 Feijoa

📋 copy color: '#ABD491'

red 171 ◦ green 212 ◦ blue 145

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

Shades of Feijoa #ABD491

Tints of Feijoa #ABD491

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.15%

 BLUE value IS 145 (57.03% from 255) = 27.46%

R = 32.39%
G = 40.15%
B = 27.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#ABD491 (or 0xABD491) is known color: Feijoa. HEX triplet: AB, D4 and 91. RGB value is (171,212,145). Sum of RGB (Red+Green+Blue) = 171+212+145=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD491 is #542B6E. Grayscale: #C0C0C0. Windows color (decimal): -5516143 or 9557163. OLE color: 9557163.

HSL color Cylindrical-coordinate representation of color #ABD491: hue angle of 96.72º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABD491 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 212 145 -
CMYK 0.19 0 0.32 0.17
HSL 96.72º 0.44% 0.7% -
HSV(B) 96.72º 0.32% 0.83% -
XYZ 45.45 57.79 35.55 -
YUV 192.1 101.42 112.95 -
System Red Green Blue C M Y K H S L
Decimal 171 212 145 0.19 0 0.32 0.17 96.72 0.44 0.7
Hex AB D4 91 13 0 20 11 61 2C 46
Octal 253 324 221 23 0 40 21 141 54 106
Binary 10101011 11010100 10010001 10011 0 100000 10001 1100001 101100 1000110

Color Harmonies of #ABD491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD491

Black with #ABD491

Text Example


Text Example

White with #ABD491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD491; }

 p { color: rgb(171,212,145); }

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

background-color css

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

 a { background-color: rgb(171,212,145); }

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

border-color css

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

 span { border-color: rgb(171,212,145); }

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