Html Css Color HEX #ACE386 Feijoa

📋 copy color: '#ACE386'

red 172 ◦ green 227 ◦ blue 134

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

Shades of Feijoa #ACE386

Tints of Feijoa #ACE386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.14%

R = 32.27%
G = 42.59%
B = 25.14%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#ACE386 (or 0xACE386) is known color: Feijoa. HEX triplet: AC, E3 and 86. RGB value is (172,227,134). Sum of RGB (Red+Green+Blue) = 172+227+134=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 227 (89.06% from 255 or 42.59% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE386 is #531C79. Grayscale: #C8C8C8. Windows color (decimal): -5446778 or 8840108. OLE color: 8840108.

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

Color convert

RGB 172 227 134 -
CMYK 0.24 0 0.41 0.11
HSL 95.48º 0.62% 0.71% -
HSV(B) 95.48º 0.41% 0.89% -
XYZ 48.79 65.43 32.61 -
YUV 199.95 90.78 108.06 -
System Red Green Blue C M Y K H S L
Decimal 172 227 134 0.24 0 0.41 0.11 95.48 0.62 0.71
Hex AC E3 86 18 0 29 B 5F 3E 47
Octal 254 343 206 30 0 51 13 137 76 107
Binary 10101100 11100011 10000110 11000 0 101001 1011 1011111 111110 1000111

Color Harmonies of #ACE386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE386

Black with #ACE386

Text Example


Text Example

White with #ACE386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE386; }

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

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

background-color css

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

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

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

border-color css

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

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

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