Html Css Color HEX #ACE775 Feijoa

📋 copy color: '#ACE775'

red 172 ◦ green 231 ◦ blue 117

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

Shades of Feijoa #ACE775

Tints of Feijoa #ACE775

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.42%

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

R = 33.08%
G = 44.42%
B = 22.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#ACE775 (or 0xACE775) is known color: Feijoa. HEX triplet: AC, E7 and 75. RGB value is (172,231,117). Sum of RGB (Red+Green+Blue) = 172+231+117=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 231 (90.62% from 255 or 44.42% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE775 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE775 is #53188A. Grayscale: #C8C8C8. Windows color (decimal): -5445771 or 7727020. OLE color: 7727020.

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

Color convert

RGB 172 231 117 -
CMYK 0.26 0 0.49 0.09
HSL 91.05º 0.7% 0.68% -
HSV(B) 91.05º 0.49% 0.91% -
XYZ 48.8 67.21 27.23 -
YUV 200.36 80.95 107.77 -
System Red Green Blue C M Y K H S L
Decimal 172 231 117 0.26 0 0.49 0.09 91.05 0.7 0.68
Hex AC E7 75 1A 0 31 9 5B 46 44
Octal 254 347 165 32 0 61 11 133 106 104
Binary 10101100 11100111 1110101 11010 0 110001 1001 1011011 1000110 1000100

Color Harmonies of #ACE775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE775

Black with #ACE775

Text Example


Text Example

White with #ACE775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE775; }

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

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

background-color css

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

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

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

border-color css

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

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

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