Html Css Color HEX #ACE38F Feijoa

📋 copy color: '#ACE38F'

red 172 ◦ green 227 ◦ blue 143

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

Shades of Feijoa #ACE38F

Tints of Feijoa #ACE38F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.88%

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

R = 31.73%
G = 41.88%
B = 26.38%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#ACE38F (or 0xACE38F) is known color: Feijoa. HEX triplet: AC, E3 and 8F. RGB value is (172,227,143). Sum of RGB (Red+Green+Blue) = 172+227+143=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 227 (89.06% from 255 or 41.88% from 542); Blue value is 143 (56.25% from 255 or 26.38% from 542); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE38F is #531C70. Grayscale: #C9C9C9. Windows color (decimal): -5446769 or 9429932. OLE color: 9429932.

HSL color Cylindrical-coordinate representation of color #ACE38F: hue angle of 99.29º degrees, saturation: 0.6, 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 #ACE38F is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 227 143 -
CMYK 0.24 0 0.37 0.11
HSL 99.29º 0.6% 0.73% -
HSV(B) 99.29º 0.37% 0.89% -
XYZ 49.44 65.69 36.06 -
YUV 200.98 95.28 107.33 -
System Red Green Blue C M Y K H S L
Decimal 172 227 143 0.24 0 0.37 0.11 99.29 0.6 0.73
Hex AC E3 8F 18 0 25 B 63 3C 49
Octal 254 343 217 30 0 45 13 143 74 111
Binary 10101100 11100011 10001111 11000 0 100101 1011 1100011 111100 1001001

Color Harmonies of #ACE38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE38F

Black with #ACE38F

Text Example


Text Example

White with #ACE38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE38F; }

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

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

background-color css

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

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

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

border-color css

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

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

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