Html Css Color HEX #ABD471 Feijoa

📋 copy color: '#ABD471'

red 171 ◦ green 212 ◦ blue 113

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

Shades of Feijoa #ABD471

Tints of Feijoa #ABD471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.78%

R = 34.48%
G = 42.74%
B = 22.78%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#ABD471 (or 0xABD471) is known color: Feijoa. HEX triplet: AB, D4 and 71. RGB value is (171,212,113). Sum of RGB (Red+Green+Blue) = 171+212+113=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD471 is #542B8E. Grayscale: #BCBCBC. Windows color (decimal): -5516175 or 7460011. OLE color: 7460011.

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

Color convert

RGB 171 212 113 -
CMYK 0.19 0 0.47 0.17
HSL 84.85º 0.54% 0.64% -
HSV(B) 84.85º 0.47% 0.83% -
XYZ 43.32 56.94 24.33 -
YUV 188.46 85.42 115.55 -
System Red Green Blue C M Y K H S L
Decimal 171 212 113 0.19 0 0.47 0.17 84.85 0.54 0.64
Hex AB D4 71 13 0 2F 11 55 36 40
Octal 253 324 161 23 0 57 21 125 66 100
Binary 10101011 11010100 1110001 10011 0 101111 10001 1010101 110110 1000000

Color Harmonies of #ABD471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD471

Black with #ABD471

Text Example


Text Example

White with #ABD471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD471; }

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

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

background-color css

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

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

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

border-color css

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

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

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