Html Css Color HEX #ABF576 Feijoa

📋 copy color: '#ABF576'

red 171 ◦ green 245 ◦ blue 118

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

Shades of Feijoa #ABF576

Tints of Feijoa #ABF576

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.88%

 BLUE value IS 118 (46.48% from 255) = 22.1%

R = 32.02%
G = 45.88%
B = 22.1%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#ABF576 (or 0xABF576) is known color: Feijoa. HEX triplet: AB, F5 and 76. RGB value is (171,245,118). Sum of RGB (Red+Green+Blue) = 171+245+118=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 245 (96.09% from 255 or 45.88% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF576 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF576 is #540A89. Grayscale: #D0D0D0. Windows color (decimal): -5507722 or 7796139. OLE color: 7796139.

HSL color Cylindrical-coordinate representation of color #ABF576: hue angle of 94.96º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABF576 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 245 118 -
CMYK 0.30 0 0.52 0.04
HSL 94.96º 0.86% 0.71% -
HSV(B) 94.96º 0.52% 0.96% -
XYZ 52.72 75.27 28.89 -
YUV 208.4 76.98 101.33 -
System Red Green Blue C M Y K H S L
Decimal 171 245 118 0.30 0 0.52 0.04 94.96 0.86 0.71
Hex AB F5 76 1E 0 34 4 5F 56 47
Octal 253 365 166 36 0 64 4 137 126 107
Binary 10101011 11110101 1110110 11110 0 110100 100 1011111 1010110 1000111

Color Harmonies of #ABF576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF576

Black with #ABF576

Text Example


Text Example

White with #ABF576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF576; }

 p { color: rgb(171,245,118); }

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

background-color css

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

 a { background-color: rgb(171,245,118); }

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

border-color css

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

 span { border-color: rgb(171,245,118); }

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