Html Css Color HEX #ACE48D Feijoa

📋 copy color: '#ACE48D'

red 172 ◦ green 228 ◦ blue 141

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

Shades of Feijoa #ACE48D

Tints of Feijoa #ACE48D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.06%

R = 31.79%
G = 42.14%
B = 26.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#ACE48D (or 0xACE48D) is known color: Feijoa. HEX triplet: AC, E4 and 8D. RGB value is (172,228,141). Sum of RGB (Red+Green+Blue) = 172+228+141=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 228 (89.45% from 255 or 42.14% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE48D is #531B72. Grayscale: #C9C9C9. Windows color (decimal): -5446515 or 9299116. OLE color: 9299116.

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

Color convert

RGB 172 228 141 -
CMYK 0.25 0 0.38 0.11
HSL 98.62º 0.62% 0.72% -
HSV(B) 98.62º 0.38% 0.89% -
XYZ 49.56 66.18 35.36 -
YUV 201.34 93.95 107.07 -
System Red Green Blue C M Y K H S L
Decimal 172 228 141 0.25 0 0.38 0.11 98.62 0.62 0.72
Hex AC E4 8D 19 0 26 B 63 3E 48
Octal 254 344 215 31 0 46 13 143 76 110
Binary 10101100 11100100 10001101 11001 0 100110 1011 1100011 111110 1001000

Color Harmonies of #ACE48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE48D

Black with #ACE48D

Text Example


Text Example

White with #ACE48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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