Html Css Color HEX #ACE48F Feijoa

📋 copy color: '#ACE48F'

red 172 ◦ green 228 ◦ blue 143

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

Shades of Feijoa #ACE48F

Tints of Feijoa #ACE48F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.99%

 BLUE value IS 143 (56.25% from 255) = 26.34%

R = 31.68%
G = 41.99%
B = 26.34%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#ACE48F (or 0xACE48F) is known color: Feijoa. HEX triplet: AC, E4 and 8F. RGB value is (172,228,143). Sum of RGB (Red+Green+Blue) = 172+228+143=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE48F is #531B70. Grayscale: #C9C9C9. Windows color (decimal): -5446513 or 9430188. OLE color: 9430188.

HSL color Cylindrical-coordinate representation of color #ACE48F: hue angle of 99.53º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACE48F is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 228 143 -
CMYK 0.25 0 0.37 0.11
HSL 99.53º 0.61% 0.73% -
HSV(B) 99.53º 0.37% 0.89% -
XYZ 49.71 66.24 36.15 -
YUV 201.57 94.95 106.91 -
System Red Green Blue C M Y K H S L
Decimal 172 228 143 0.25 0 0.37 0.11 99.53 0.61 0.73
Hex AC E4 8F 19 0 25 B 64 3D 49
Octal 254 344 217 31 0 45 13 144 75 111
Binary 10101100 11100100 10001111 11001 0 100101 1011 1100100 111101 1001001

Color Harmonies of #ACE48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE48F

Black with #ACE48F

Text Example


Text Example

White with #ACE48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE48F; }

 p { color: rgb(172,228,143); }

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

background-color css

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

 a { background-color: rgb(172,228,143); }

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

border-color css

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

 span { border-color: rgb(172,228,143); }

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