Html Css Color HEX #ACFE7F Feijoa

📋 copy color: '#ACFE7F'

red 172 ◦ green 254 ◦ blue 127

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

Shades of Feijoa #ACFE7F

Tints of Feijoa #ACFE7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.97%

R = 31.1%
G = 45.93%
B = 22.97%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#ACFE7F (or 0xACFE7F) is known color: Feijoa. HEX triplet: AC, FE and 7F. RGB value is (172,254,127). Sum of RGB (Red+Green+Blue) = 172+254+127=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 127 (50% from 255 or 22.97% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFE7F is #530180. Grayscale: #D7D7D7. Windows color (decimal): -5439873 or 8388268. OLE color: 8388268.

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

Color convert

RGB 172 254 127 -
CMYK 0.32 0 0.50 0.00
HSL 98.74º 0.98% 0.75% -
HSV(B) 98.74º 0.5% 1% -
XYZ 56.29 81.19 32.78 -
YUV 215 78.33 97.33 -
System Red Green Blue C M Y K H S L
Decimal 172 254 127 0.32 0 0.50 0.00 98.74 0.98 0.75
Hex AC FE 7F 20 0 32 0 63 62 4B
Octal 254 376 177 40 0 62 0 143 142 113
Binary 10101100 11111110 1111111 100000 0 110010 0 1100011 1100010 1001011

Color Harmonies of #ACFE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFE7F

Black with #ACFE7F

Text Example


Text Example

White with #ACFE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFE7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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