Html Css Color HEX #ACE875 Feijoa

📋 copy color: '#ACE875'

red 172 ◦ green 232 ◦ blue 117

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

Shades of Feijoa #ACE875

Tints of Feijoa #ACE875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.46%

R = 33.01%
G = 44.53%
B = 22.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#ACE875 (or 0xACE875) is known color: Feijoa. HEX triplet: AC, E8 and 75. RGB value is (172,232,117). Sum of RGB (Red+Green+Blue) = 172+232+117=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 232 (91.02% from 255 or 44.53% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE875 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE875 is #53178A. Grayscale: #C9C9C9. Windows color (decimal): -5445515 or 7727276. OLE color: 7727276.

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

Color convert

RGB 172 232 117 -
CMYK 0.26 0 0.50 0.09
HSL 91.3º 0.71% 0.68% -
HSV(B) 91.3º 0.5% 0.91% -
XYZ 49.08 67.77 27.32 -
YUV 200.95 80.62 107.35 -
System Red Green Blue C M Y K H S L
Decimal 172 232 117 0.26 0 0.50 0.09 91.3 0.71 0.68
Hex AC E8 75 1A 0 32 9 5B 47 44
Octal 254 350 165 32 0 62 11 133 107 104
Binary 10101100 11101000 1110101 11010 0 110010 1001 1011011 1000111 1000100

Color Harmonies of #ACE875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE875

Black with #ACE875

Text Example


Text Example

White with #ACE875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE875; }

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

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

background-color css

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

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

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

border-color css

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

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

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