Html Css Color HEX #ACE286 Feijoa

📋 copy color: '#ACE286'

red 172 ◦ green 226 ◦ blue 134

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

Shades of Feijoa #ACE286

Tints of Feijoa #ACE286

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.48%

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

R = 32.33%
G = 42.48%
B = 25.19%

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

#ACE286 (or 0xACE286) is known color: Feijoa. HEX triplet: AC, E2 and 86. RGB value is (172,226,134). Sum of RGB (Red+Green+Blue) = 172+226+134=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 226 (88.67% from 255 or 42.48% from 532); Blue value is 134 (52.73% from 255 or 25.19% from 532); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE286 is #531D79. Grayscale: #C7C7C7. Windows color (decimal): -5447034 or 8839852. OLE color: 8839852.

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

Color convert

RGB 172 226 134 -
CMYK 0.24 0 0.41 0.11
HSL 95.22º 0.61% 0.71% -
HSV(B) 95.22º 0.41% 0.89% -
XYZ 48.51 64.88 32.52 -
YUV 199.37 91.11 108.48 -
System Red Green Blue C M Y K H S L
Decimal 172 226 134 0.24 0 0.41 0.11 95.22 0.61 0.71
Hex AC E2 86 18 0 29 B 5F 3D 47
Octal 254 342 206 30 0 51 13 137 75 107
Binary 10101100 11100010 10000110 11000 0 101001 1011 1011111 111101 1000111

Color Harmonies of #ACE286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE286

Black with #ACE286

Text Example


Text Example

White with #ACE286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE286; }

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

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

background-color css

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

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

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

border-color css

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

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

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