Html Css Color HEX #ABFA7D Feijoa

📋 copy color: '#ABFA7D'

red 171 ◦ green 250 ◦ blue 125

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

Shades of Feijoa #ABFA7D

Tints of Feijoa #ABFA7D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.79%

 BLUE value IS 125 (49.22% from 255) = 22.89%

R = 31.32%
G = 45.79%
B = 22.89%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#ABFA7D (or 0xABFA7D) is known color: Feijoa. HEX triplet: AB, FA and 7D. RGB value is (171,250,125). Sum of RGB (Red+Green+Blue) = 171+250+125=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFA7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFA7D is #540582. Grayscale: #D4D4D4. Windows color (decimal): -5506435 or 8256171. OLE color: 8256171.

HSL color Cylindrical-coordinate representation of color #ABFA7D: hue angle of 97.92º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABFA7D is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 250 125 -
CMYK 0.32 0 0.50 0.02
HSL 97.92º 0.93% 0.74% -
HSV(B) 97.92º 0.5% 0.98% -
XYZ 54.68 78.51 31.67 -
YUV 212.13 78.83 98.66 -
System Red Green Blue C M Y K H S L
Decimal 171 250 125 0.32 0 0.50 0.02 97.92 0.93 0.74
Hex AB FA 7D 20 0 32 2 62 5D 4A
Octal 253 372 175 40 0 62 2 142 135 112
Binary 10101011 11111010 1111101 100000 0 110010 10 1100010 1011101 1001010

Color Harmonies of #ABFA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFA7D

Black with #ABFA7D

Text Example


Text Example

White with #ABFA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFA7D; }

 p { color: rgb(171,250,125); }

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

background-color css

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

 a { background-color: rgb(171,250,125); }

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

border-color css

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

 span { border-color: rgb(171,250,125); }

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