Html Css Color HEX #ACE38E Feijoa

📋 copy color: '#ACE38E'

red 172 ◦ green 227 ◦ blue 142

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

Shades of Feijoa #ACE38E

Tints of Feijoa #ACE38E

RGB

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

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

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

R = 31.79%
G = 41.96%
B = 26.25%

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

#ACE38E (or 0xACE38E) is known color: Feijoa. HEX triplet: AC, E3 and 8E. RGB value is (172,227,142). Sum of RGB (Red+Green+Blue) = 172+227+142=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 227 (89.06% from 255 or 41.96% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE38E is #531C71. Grayscale: #C9C9C9. Windows color (decimal): -5446770 or 9364396. OLE color: 9364396.

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

Color convert

RGB 172 227 142 -
CMYK 0.24 0 0.37 0.11
HSL 98.82º 0.6% 0.72% -
HSV(B) 98.82º 0.37% 0.89% -
XYZ 49.36 65.66 35.66 -
YUV 200.87 94.78 107.41 -
System Red Green Blue C M Y K H S L
Decimal 172 227 142 0.24 0 0.37 0.11 98.82 0.6 0.72
Hex AC E3 8E 18 0 25 B 63 3C 48
Octal 254 343 216 30 0 45 13 143 74 110
Binary 10101100 11100011 10001110 11000 0 100101 1011 1100011 111100 1001000

Color Harmonies of #ACE38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE38E

Black with #ACE38E

Text Example


Text Example

White with #ACE38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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