Html Css Color HEX #ACE374 Feijoa

📋 copy color: '#ACE374'

red 172 ◦ green 227 ◦ blue 116

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

Shades of Feijoa #ACE374

Tints of Feijoa #ACE374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.52%

R = 33.4%
G = 44.08%
B = 22.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#ACE374 (or 0xACE374) is known color: Feijoa. HEX triplet: AC, E3 and 74. RGB value is (172,227,116). Sum of RGB (Red+Green+Blue) = 172+227+116=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE374 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE374 is #531C8B. Grayscale: #C6C6C6. Windows color (decimal): -5446796 or 7660460. OLE color: 7660460.

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

Color convert

RGB 172 227 116 -
CMYK 0.24 0 0.49 0.11
HSL 89.73º 0.66% 0.67% -
HSV(B) 89.73º 0.49% 0.89% -
XYZ 47.63 64.97 26.55 -
YUV 197.9 81.78 109.53 -
System Red Green Blue C M Y K H S L
Decimal 172 227 116 0.24 0 0.49 0.11 89.73 0.66 0.67
Hex AC E3 74 18 0 31 B 5A 42 43
Octal 254 343 164 30 0 61 13 132 102 103
Binary 10101100 11100011 1110100 11000 0 110001 1011 1011010 1000010 1000011

Color Harmonies of #ACE374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE374

Black with #ACE374

Text Example


Text Example

White with #ACE374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE374; }

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

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

background-color css

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

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

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

border-color css

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

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

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