Html Css Color HEX #ACE482 Feijoa

📋 copy color: '#ACE482'

red 172 ◦ green 228 ◦ blue 130

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

Shades of Feijoa #ACE482

Tints of Feijoa #ACE482

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.02%

 BLUE value IS 130 (51.17% from 255) = 24.53%

R = 32.45%
G = 43.02%
B = 24.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#ACE482 (or 0xACE482) is known color: Feijoa. HEX triplet: AC, E4 and 82. RGB value is (172,228,130). Sum of RGB (Red+Green+Blue) = 172+228+130=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 228 (89.45% from 255 or 43.02% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE482 is #531B7D. Grayscale: #C8C8C8. Windows color (decimal): -5446526 or 8578220. OLE color: 8578220.

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

Color convert

RGB 172 228 130 -
CMYK 0.25 0 0.43 0.11
HSL 94.29º 0.64% 0.7% -
HSV(B) 94.29º 0.43% 0.89% -
XYZ 48.79 65.87 31.26 -
YUV 200.08 88.45 107.97 -
System Red Green Blue C M Y K H S L
Decimal 172 228 130 0.25 0 0.43 0.11 94.29 0.64 0.7
Hex AC E4 82 19 0 2B B 5E 40 46
Octal 254 344 202 31 0 53 13 136 100 106
Binary 10101100 11100100 10000010 11001 0 101011 1011 1011110 1000000 1000110

Color Harmonies of #ACE482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE482

Black with #ACE482

Text Example


Text Example

White with #ACE482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE482; }

 p { color: rgb(172,228,130); }

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

background-color css

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

 a { background-color: rgb(172,228,130); }

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

border-color css

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

 span { border-color: rgb(172,228,130); }

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