Html Css Color HEX #ABFC84 Feijoa

📋 copy color: '#ABFC84'

red 171 ◦ green 252 ◦ blue 132

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

Shades of Feijoa #ABFC84

Tints of Feijoa #ABFC84

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.41%

 BLUE value IS 132 (51.95% from 255) = 23.78%

R = 30.81%
G = 45.41%
B = 23.78%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#ABFC84 (or 0xABFC84) is known color: Feijoa. HEX triplet: AB, FC and 84. RGB value is (171,252,132). Sum of RGB (Red+Green+Blue) = 171+252+132=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 132 (51.95% from 255 or 23.78% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFC84 is #54037B. Grayscale: #D6D6D6. Windows color (decimal): -5505916 or 8715435. OLE color: 8715435.

HSL color Cylindrical-coordinate representation of color #ABFC84: hue angle of 100.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABFC84 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 252 132 -
CMYK 0.32 0 0.48 0.01
HSL 100.5º 0.95% 0.75% -
HSV(B) 100.5º 0.48% 0.99% -
XYZ 55.77 79.94 34.32 -
YUV 214.1 81.66 97.26 -
System Red Green Blue C M Y K H S L
Decimal 171 252 132 0.32 0 0.48 0.01 100.5 0.95 0.75
Hex AB FC 84 20 0 30 1 64 5F 4B
Octal 253 374 204 40 0 60 1 144 137 113
Binary 10101011 11111100 10000100 100000 0 110000 1 1100100 1011111 1001011

Color Harmonies of #ABFC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFC84

Black with #ABFC84

Text Example


Text Example

White with #ABFC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFC84; }

 p { color: rgb(171,252,132); }

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

background-color css

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

 a { background-color: rgb(171,252,132); }

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

border-color css

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

 span { border-color: rgb(171,252,132); }

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