Html Css Color HEX #ABF27C Feijoa

📋 copy color: '#ABF27C'

red 171 ◦ green 242 ◦ blue 124

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

Shades of Feijoa #ABF27C

Tints of Feijoa #ABF27C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.09%

R = 31.84%
G = 45.07%
B = 23.09%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#ABF27C (or 0xABF27C) is known color: Feijoa. HEX triplet: AB, F2 and 7C. RGB value is (171,242,124). Sum of RGB (Red+Green+Blue) = 171+242+124=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF27C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF27C is #540D83. Grayscale: #CFCFCF. Windows color (decimal): -5508484 or 8188587. OLE color: 8188587.

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

Color convert

RGB 171 242 124 -
CMYK 0.29 0 0.49 0.05
HSL 96.1º 0.82% 0.72% -
HSV(B) 96.1º 0.49% 0.95% -
XYZ 52.18 73.62 30.53 -
YUV 207.32 80.98 102.09 -
System Red Green Blue C M Y K H S L
Decimal 171 242 124 0.29 0 0.49 0.05 96.1 0.82 0.72
Hex AB F2 7C 1D 0 31 5 60 52 48
Octal 253 362 174 35 0 61 5 140 122 110
Binary 10101011 11110010 1111100 11101 0 110001 101 1100000 1010010 1001000

Color Harmonies of #ABF27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF27C

Black with #ABF27C

Text Example


Text Example

White with #ABF27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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