Html Css Color HEX #ABF280 Feijoa

📋 copy color: '#ABF280'

red 171 ◦ green 242 ◦ blue 128

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

Shades of Feijoa #ABF280

Tints of Feijoa #ABF280

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.73%

 BLUE value IS 128 (50.39% from 255) = 23.66%

R = 31.61%
G = 44.73%
B = 23.66%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#ABF280 (or 0xABF280) is known color: Feijoa. HEX triplet: AB, F2 and 80. RGB value is (171,242,128). Sum of RGB (Red+Green+Blue) = 171+242+128=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF280 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF280 is #540D7F. Grayscale: #D0D0D0. Windows color (decimal): -5508480 or 8450731. OLE color: 8450731.

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

Color convert

RGB 171 242 128 -
CMYK 0.29 0 0.47 0.05
HSL 97.37º 0.81% 0.73% -
HSV(B) 97.37º 0.47% 0.95% -
XYZ 52.44 73.72 31.89 -
YUV 207.78 82.98 101.77 -
System Red Green Blue C M Y K H S L
Decimal 171 242 128 0.29 0 0.47 0.05 97.37 0.81 0.73
Hex AB F2 80 1D 0 2F 5 61 51 49
Octal 253 362 200 35 0 57 5 141 121 111
Binary 10101011 11110010 10000000 11101 0 101111 101 1100001 1010001 1001001

Color Harmonies of #ABF280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF280

Black with #ABF280

Text Example


Text Example

White with #ABF280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF280; }

 p { color: rgb(171,242,128); }

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

background-color css

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

 a { background-color: rgb(171,242,128); }

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

border-color css

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

 span { border-color: rgb(171,242,128); }

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