Html Css Color HEX #ABF67D Feijoa

📋 copy color: '#ABF67D'

red 171 ◦ green 246 ◦ blue 125

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

Shades of Feijoa #ABF67D

Tints of Feijoa #ABF67D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.39%

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

R = 31.55%
G = 45.39%
B = 23.06%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#ABF67D (or 0xABF67D) is known color: Feijoa. HEX triplet: AB, F6 and 7D. RGB value is (171,246,125). Sum of RGB (Red+Green+Blue) = 171+246+125=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 246 (96.48% from 255 or 45.39% from 542); Blue value is 125 (49.22% from 255 or 23.06% from 542); Max value from RGB is 246 - color contains mainly: green. Hex color #ABF67D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF67D is #540982. Grayscale: #D2D2D2. Windows color (decimal): -5507459 or 8255147. OLE color: 8255147.

HSL color Cylindrical-coordinate representation of color #ABF67D: hue angle of 97.19º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABF67D is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 246 125 -
CMYK 0.30 0 0.49 0.04
HSL 97.19º 0.87% 0.73% -
HSV(B) 97.19º 0.49% 0.96% -
XYZ 53.45 76.05 31.26 -
YUV 209.78 80.15 100.34 -
System Red Green Blue C M Y K H S L
Decimal 171 246 125 0.30 0 0.49 0.04 97.19 0.87 0.73
Hex AB F6 7D 1E 0 31 4 61 57 49
Octal 253 366 175 36 0 61 4 141 127 111
Binary 10101011 11110110 1111101 11110 0 110001 100 1100001 1010111 1001001

Color Harmonies of #ABF67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF67D

Black with #ABF67D

Text Example


Text Example

White with #ABF67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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