Html Css Color HEX #ACE375 Feijoa

📋 copy color: '#ACE375'

red 172 ◦ green 227 ◦ blue 117

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

Shades of Feijoa #ACE375

Tints of Feijoa #ACE375

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.99%

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

R = 33.33%
G = 43.99%
B = 22.67%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#ACE375 (or 0xACE375) is known color: Feijoa. HEX triplet: AC, E3 and 75. RGB value is (172,227,117). Sum of RGB (Red+Green+Blue) = 172+227+117=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE375 is #531C8A. Grayscale: #C6C6C6. Windows color (decimal): -5446795 or 7725996. OLE color: 7725996.

HSL color Cylindrical-coordinate representation of color #ACE375: hue angle of 90º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACE375 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 227 117 -
CMYK 0.24 0 0.48 0.11
HSL 90º 0.66% 0.67% -
HSV(B) 90º 0.48% 0.89% -
XYZ 47.69 64.99 26.86 -
YUV 198.02 82.28 109.44 -
System Red Green Blue C M Y K H S L
Decimal 172 227 117 0.24 0 0.48 0.11 90 0.66 0.67
Hex AC E3 75 18 0 30 B 5A 42 43
Octal 254 343 165 30 0 60 13 132 102 103
Binary 10101100 11100011 1110101 11000 0 110000 1011 1011010 1000010 1000011

Color Harmonies of #ACE375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE375

Black with #ACE375

Text Example


Text Example

White with #ACE375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE375; }

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

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

background-color css

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

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

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

border-color css

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

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

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