Html Css Color HEX #ACE086 Feijoa

📋 copy color: '#ACE086'

red 172 ◦ green 224 ◦ blue 134

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

Shades of Feijoa #ACE086

Tints of Feijoa #ACE086

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.26%

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

R = 32.45%
G = 42.26%
B = 25.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#ACE086 (or 0xACE086) is known color: Feijoa. HEX triplet: AC, E0 and 86. RGB value is (172,224,134). Sum of RGB (Red+Green+Blue) = 172+224+134=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE086 is #531F79. Grayscale: #C6C6C6. Windows color (decimal): -5447546 or 8839340. OLE color: 8839340.

HSL color Cylindrical-coordinate representation of color #ACE086: hue angle of 94.67º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACE086 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 224 134 -
CMYK 0.23 0 0.40 0.12
HSL 94.67º 0.59% 0.7% -
HSV(B) 94.67º 0.4% 0.88% -
XYZ 47.97 63.8 32.34 -
YUV 198.19 91.77 109.32 -
System Red Green Blue C M Y K H S L
Decimal 172 224 134 0.23 0 0.40 0.12 94.67 0.59 0.7
Hex AC E0 86 17 0 28 C 5F 3B 46
Octal 254 340 206 27 0 50 14 137 73 106
Binary 10101100 11100000 10000110 10111 0 101000 1100 1011111 111011 1000110

Color Harmonies of #ACE086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE086

Black with #ACE086

Text Example


Text Example

White with #ACE086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE086; }

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

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

background-color css

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

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

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

border-color css

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

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

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