Html Css Color HEX #ABF170 Feijoa

📋 copy color: '#ABF170'

red 171 ◦ green 241 ◦ blue 112

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

Shades of Feijoa #ABF170

Tints of Feijoa #ABF170

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.99%

 BLUE value IS 112 (44.14% from 255) = 21.37%

R = 32.63%
G = 45.99%
B = 21.37%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#ABF170 (or 0xABF170) is known color: Feijoa. HEX triplet: AB, F1 and 70. RGB value is (171,241,112). Sum of RGB (Red+Green+Blue) = 171+241+112=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF170 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF170 is #540E8F. Grayscale: #CDCDCD. Windows color (decimal): -5508752 or 7401899. OLE color: 7401899.

HSL color Cylindrical-coordinate representation of color #ABF170: hue angle of 92.56º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ABF170 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 241 112 -
CMYK 0.29 0 0.54 0.05
HSL 92.56º 0.82% 0.69% -
HSV(B) 92.56º 0.54% 0.95% -
XYZ 51.17 72.74 26.67 -
YUV 205.36 75.31 103.49 -
System Red Green Blue C M Y K H S L
Decimal 171 241 112 0.29 0 0.54 0.05 92.56 0.82 0.69
Hex AB F1 70 1D 0 36 5 5D 52 45
Octal 253 361 160 35 0 66 5 135 122 105
Binary 10101011 11110001 1110000 11101 0 110110 101 1011101 1010010 1000101

Color Harmonies of #ABF170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF170

Black with #ABF170

Text Example


Text Example

White with #ABF170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF170; }

 p { color: rgb(171,241,112); }

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

background-color css

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

 a { background-color: rgb(171,241,112); }

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

border-color css

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

 span { border-color: rgb(171,241,112); }

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