Html Css Color HEX #ACE380 Feijoa

📋 copy color: '#ACE380'

red 172 ◦ green 227 ◦ blue 128

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

Shades of Feijoa #ACE380

Tints of Feijoa #ACE380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.29%

R = 32.64%
G = 43.07%
B = 24.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#ACE380 (or 0xACE380) is known color: Feijoa. HEX triplet: AC, E3 and 80. RGB value is (172,227,128). Sum of RGB (Red+Green+Blue) = 172+227+128=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 227 (89.06% from 255 or 43.07% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE380 is #531C7F. Grayscale: #C7C7C7. Windows color (decimal): -5446784 or 8446892. OLE color: 8446892.

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

Color convert

RGB 172 227 128 -
CMYK 0.24 0 0.44 0.11
HSL 93.33º 0.64% 0.7% -
HSV(B) 93.33º 0.44% 0.89% -
XYZ 48.38 65.27 30.47 -
YUV 199.27 87.78 108.55 -
System Red Green Blue C M Y K H S L
Decimal 172 227 128 0.24 0 0.44 0.11 93.33 0.64 0.7
Hex AC E3 80 18 0 2C B 5D 40 46
Octal 254 343 200 30 0 54 13 135 100 106
Binary 10101100 11100011 10000000 11000 0 101100 1011 1011101 1000000 1000110

Color Harmonies of #ACE380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE380

Black with #ACE380

Text Example


Text Example

White with #ACE380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE380; }

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

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

background-color css

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

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

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

border-color css

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

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

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