Html Css Color HEX #ABF478 Feijoa

📋 copy color: '#ABF478'

red 171 ◦ green 244 ◦ blue 120

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

Shades of Feijoa #ABF478

Tints of Feijoa #ABF478

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.61%

 BLUE value IS 120 (47.27% from 255) = 22.43%

R = 31.96%
G = 45.61%
B = 22.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#ABF478 (or 0xABF478) is known color: Feijoa. HEX triplet: AB, F4 and 78. RGB value is (171,244,120). Sum of RGB (Red+Green+Blue) = 171+244+120=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 244 (95.70% from 255 or 45.61% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 244 - color contains mainly: green. Hex color #ABF478 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF478 is #540B87. Grayscale: #D0D0D0. Windows color (decimal): -5507976 or 7926955. OLE color: 7926955.

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

Color convert

RGB 171 244 120 -
CMYK 0.30 0 0.51 0.04
HSL 95.32º 0.85% 0.71% -
HSV(B) 95.32º 0.51% 0.96% -
XYZ 52.54 74.72 29.42 -
YUV 208.04 78.32 101.58 -
System Red Green Blue C M Y K H S L
Decimal 171 244 120 0.30 0 0.51 0.04 95.32 0.85 0.71
Hex AB F4 78 1E 0 33 4 5F 55 47
Octal 253 364 170 36 0 63 4 137 125 107
Binary 10101011 11110100 1111000 11110 0 110011 100 1011111 1010101 1000111

Color Harmonies of #ABF478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF478

Black with #ABF478

Text Example


Text Example

White with #ABF478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF478; }

 p { color: rgb(171,244,120); }

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

background-color css

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

 a { background-color: rgb(171,244,120); }

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

border-color css

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

 span { border-color: rgb(171,244,120); }

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