Html Css Color HEX #ABF380 Feijoa

📋 copy color: '#ABF380'

red 171 ◦ green 243 ◦ blue 128

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

Shades of Feijoa #ABF380

Tints of Feijoa #ABF380

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.83%

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

R = 31.55%
G = 44.83%
B = 23.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#ABF380 (or 0xABF380) is known color: Feijoa. HEX triplet: AB, F3 and 80. RGB value is (171,243,128). Sum of RGB (Red+Green+Blue) = 171+243+128=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 243 (95.31% from 255 or 44.83% from 542); Blue value is 128 (50.39% from 255 or 23.62% from 542); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF380 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF380 is #540C7F. Grayscale: #D0D0D0. Windows color (decimal): -5508224 or 8450987. OLE color: 8450987.

HSL color Cylindrical-coordinate representation of color #ABF380: hue angle of 97.57º degrees, saturation: 0.83, 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 #ABF380 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 243 128 -
CMYK 0.30 0 0.47 0.05
HSL 97.57º 0.83% 0.73% -
HSV(B) 97.57º 0.47% 0.95% -
XYZ 52.74 74.32 31.99 -
YUV 208.36 82.65 101.35 -
System Red Green Blue C M Y K H S L
Decimal 171 243 128 0.30 0 0.47 0.05 97.57 0.83 0.73
Hex AB F3 80 1E 0 2F 5 62 53 49
Octal 253 363 200 36 0 57 5 142 123 111
Binary 10101011 11110011 10000000 11110 0 101111 101 1100010 1010011 1001001

Color Harmonies of #ABF380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF380

Black with #ABF380

Text Example


Text Example

White with #ABF380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF380; }

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

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

background-color css

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

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

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

border-color css

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

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

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