Html Css Color HEX #ABF078 Feijoa

📋 copy color: '#ABF078'

red 171 ◦ green 240 ◦ blue 120

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

Shades of Feijoa #ABF078

Tints of Feijoa #ABF078

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.2%

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

R = 32.2%
G = 45.2%
B = 22.6%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#ABF078 (or 0xABF078) is known color: Feijoa. HEX triplet: AB, F0 and 78. RGB value is (171,240,120). Sum of RGB (Red+Green+Blue) = 171+240+120=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 120 (47.27% from 255 or 22.60% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF078 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF078 is #540F87. Grayscale: #CECECE. Windows color (decimal): -5509000 or 7925931. OLE color: 7925931.

HSL color Cylindrical-coordinate representation of color #ABF078: hue angle of 94.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABF078 is Cyan = 0.29, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 240 120 -
CMYK 0.29 0 0.5 0.06
HSL 94.5º 0.8% 0.71% -
HSV(B) 94.5º 0.5% 0.94% -
XYZ 51.34 72.33 29.03 -
YUV 205.69 79.64 103.26 -
System Red Green Blue C M Y K H S L
Decimal 171 240 120 0.29 0 0.5 0.06 94.5 0.8 0.71
Hex AB F0 78 1D 0 32 6 5E 50 47
Octal 253 360 170 35 0 62 6 136 120 107
Binary 10101011 11110000 1111000 11101 0 110010 110 1011110 1010000 1000111

Color Harmonies of #ABF078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF078

Black with #ABF078

Text Example


Text Example

White with #ABF078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF078; }

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

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

background-color css

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

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

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

border-color css

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

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

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