Html Css Color HEX #ACE085 Feijoa

📋 copy color: '#ACE085'

red 172 ◦ green 224 ◦ blue 133

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

Shades of Feijoa #ACE085

Tints of Feijoa #ACE085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.14%

R = 32.51%
G = 42.34%
B = 25.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#ACE085 (or 0xACE085) is known color: Feijoa. HEX triplet: AC, E0 and 85. RGB value is (172,224,133). Sum of RGB (Red+Green+Blue) = 172+224+133=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE085 is #531F7A. Grayscale: #C6C6C6. Windows color (decimal): -5447547 or 8773804. OLE color: 8773804.

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

Color convert

RGB 172 224 133 -
CMYK 0.23 0 0.41 0.12
HSL 94.29º 0.59% 0.7% -
HSV(B) 94.29º 0.41% 0.88% -
XYZ 47.9 63.78 31.98 -
YUV 198.08 91.27 109.4 -
System Red Green Blue C M Y K H S L
Decimal 172 224 133 0.23 0 0.41 0.12 94.29 0.59 0.7
Hex AC E0 85 17 0 29 C 5E 3B 46
Octal 254 340 205 27 0 51 14 136 73 106
Binary 10101100 11100000 10000101 10111 0 101001 1100 1011110 111011 1000110

Color Harmonies of #ACE085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE085

Black with #ACE085

Text Example


Text Example

White with #ACE085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE085; }

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

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

background-color css

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

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

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

border-color css

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

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

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