Html Css Color HEX #ACE378 Feijoa

📋 copy color: '#ACE378'

red 172 ◦ green 227 ◦ blue 120

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

Shades of Feijoa #ACE378

Tints of Feijoa #ACE378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.12%

R = 33.14%
G = 43.74%
B = 23.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#ACE378 (or 0xACE378) is known color: Feijoa. HEX triplet: AC, E3 and 78. RGB value is (172,227,120). Sum of RGB (Red+Green+Blue) = 172+227+120=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 227 (89.06% from 255 or 43.74% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE378 is #531C87. Grayscale: #C6C6C6. Windows color (decimal): -5446792 or 7922604. OLE color: 7922604.

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

Color convert

RGB 172 227 120 -
CMYK 0.24 0 0.47 0.11
HSL 90.84º 0.66% 0.68% -
HSV(B) 90.84º 0.47% 0.89% -
XYZ 47.87 65.06 27.8 -
YUV 198.36 83.78 109.2 -
System Red Green Blue C M Y K H S L
Decimal 172 227 120 0.24 0 0.47 0.11 90.84 0.66 0.68
Hex AC E3 78 18 0 2F B 5B 42 44
Octal 254 343 170 30 0 57 13 133 102 104
Binary 10101100 11100011 1111000 11000 0 101111 1011 1011011 1000010 1000100

Color Harmonies of #ACE378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE378

Black with #ACE378

Text Example


Text Example

White with #ACE378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE378; }

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

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

background-color css

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

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

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

border-color css

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

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

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