Html Css Color HEX #ACE180 Feijoa

📋 copy color: '#ACE180'

red 172 ◦ green 225 ◦ blue 128

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

Shades of Feijoa #ACE180

Tints of Feijoa #ACE180

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.86%

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

R = 32.76%
G = 42.86%
B = 24.38%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#ACE180 (or 0xACE180) is known color: Feijoa. HEX triplet: AC, E1 and 80. RGB value is (172,225,128). Sum of RGB (Red+Green+Blue) = 172+225+128=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 225 (88.28% from 255 or 42.86% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE180 is #531E7F. Grayscale: #C6C6C6. Windows color (decimal): -5447296 or 8446380. OLE color: 8446380.

HSL color Cylindrical-coordinate representation of color #ACE180: hue angle of 92.78º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACE180 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 225 128 -
CMYK 0.24 0 0.43 0.12
HSL 92.78º 0.62% 0.69% -
HSV(B) 92.78º 0.43% 0.88% -
XYZ 47.83 64.18 30.29 -
YUV 198.1 88.44 109.39 -
System Red Green Blue C M Y K H S L
Decimal 172 225 128 0.24 0 0.43 0.12 92.78 0.62 0.69
Hex AC E1 80 18 0 2B C 5D 3E 45
Octal 254 341 200 30 0 53 14 135 76 105
Binary 10101100 11100001 10000000 11000 0 101011 1100 1011101 111110 1000101

Color Harmonies of #ACE180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE180

Black with #ACE180

Text Example


Text Example

White with #ACE180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE180; }

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

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

background-color css

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

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

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

border-color css

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

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

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