Html Css Color HEX #ACFE7C Feijoa

📋 copy color: '#ACFE7C'

red 172 ◦ green 254 ◦ blue 124

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

Shades of Feijoa #ACFE7C

Tints of Feijoa #ACFE7C

RGB

 RED value IS 172 (67.58% from 255) = 31.27%

 GREEN value IS 254 (99.61% from 255) = 46.18%

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

R = 31.27%
G = 46.18%
B = 22.55%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#ACFE7C (or 0xACFE7C) is known color: Feijoa. HEX triplet: AC, FE and 7C. RGB value is (172,254,124). Sum of RGB (Red+Green+Blue) = 172+254+124=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 124 (48.83% from 255 or 22.55% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFE7C is #530183. Grayscale: #D7D7D7. Windows color (decimal): -5439876 or 8191660. OLE color: 8191660.

HSL color Cylindrical-coordinate representation of color #ACFE7C: hue angle of 97.85º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACFE7C is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 254 124 -
CMYK 0.32 0 0.51 0.00
HSL 97.85º 0.98% 0.74% -
HSV(B) 97.85º 0.51% 1% -
XYZ 56.09 81.11 31.77 -
YUV 214.66 76.83 97.57 -
System Red Green Blue C M Y K H S L
Decimal 172 254 124 0.32 0 0.51 0.00 97.85 0.98 0.74
Hex AC FE 7C 20 0 33 0 62 62 4A
Octal 254 376 174 40 0 63 0 142 142 112
Binary 10101100 11111110 1111100 100000 0 110011 0 1100010 1100010 1001010

Color Harmonies of #ACFE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFE7C

Black with #ACFE7C

Text Example


Text Example

White with #ACFE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFE7C; }

 p { color: rgb(172,254,124); }

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

background-color css

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

 a { background-color: rgb(172,254,124); }

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

border-color css

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

 span { border-color: rgb(172,254,124); }

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