Html Css Color HEX #ACE885 Feijoa

📋 copy color: '#ACE885'

red 172 ◦ green 232 ◦ blue 133

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

Shades of Feijoa #ACE885

Tints of Feijoa #ACE885

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.2%

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

R = 32.03%
G = 43.2%
B = 24.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#ACE885 (or 0xACE885) is known color: Feijoa. HEX triplet: AC, E8 and 85. RGB value is (172,232,133). Sum of RGB (Red+Green+Blue) = 172+232+133=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 232 (91.02% from 255 or 43.20% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE885 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE885 is #53177A. Grayscale: #CBCBCB. Windows color (decimal): -5445499 or 8775852. OLE color: 8775852.

HSL color Cylindrical-coordinate representation of color #ACE885: hue angle of 96.36º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACE885 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 232 133 -
CMYK 0.26 0 0.43 0.09
HSL 96.36º 0.68% 0.72% -
HSV(B) 96.36º 0.43% 0.91% -
XYZ 50.1 68.18 32.71 -
YUV 202.77 88.62 106.05 -
System Red Green Blue C M Y K H S L
Decimal 172 232 133 0.26 0 0.43 0.09 96.36 0.68 0.72
Hex AC E8 85 1A 0 2B 9 60 44 48
Octal 254 350 205 32 0 53 11 140 104 110
Binary 10101100 11101000 10000101 11010 0 101011 1001 1100000 1000100 1001000

Color Harmonies of #ACE885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE885

Black with #ACE885

Text Example


Text Example

White with #ACE885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE885; }

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

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

background-color css

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

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

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

border-color css

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

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

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