Html Css Color HEX #ACE48E Feijoa

📋 copy color: '#ACE48E'

red 172 ◦ green 228 ◦ blue 142

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

Shades of Feijoa #ACE48E

Tints of Feijoa #ACE48E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.2%

R = 31.73%
G = 42.07%
B = 26.2%

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

#ACE48E (or 0xACE48E) is known color: Feijoa. HEX triplet: AC, E4 and 8E. RGB value is (172,228,142). Sum of RGB (Red+Green+Blue) = 172+228+142=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 228 (89.45% from 255 or 42.07% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE48E is #531B71. Grayscale: #C9C9C9. Windows color (decimal): -5446514 or 9364652. OLE color: 9364652.

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

Color convert

RGB 172 228 142 -
CMYK 0.25 0 0.38 0.11
HSL 99.07º 0.61% 0.73% -
HSV(B) 99.07º 0.38% 0.89% -
XYZ 49.64 66.21 35.75 -
YUV 201.45 94.45 106.99 -
System Red Green Blue C M Y K H S L
Decimal 172 228 142 0.25 0 0.38 0.11 99.07 0.61 0.73
Hex AC E4 8E 19 0 26 B 63 3D 49
Octal 254 344 216 31 0 46 13 143 75 111
Binary 10101100 11100100 10001110 11001 0 100110 1011 1100011 111101 1001001

Color Harmonies of #ACE48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE48E

Black with #ACE48E

Text Example


Text Example

White with #ACE48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE48E; }

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

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

background-color css

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

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

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

border-color css

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

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

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