Html Css Color HEX #ACE982 Feijoa

📋 copy color: '#ACE982'

red 172 ◦ green 233 ◦ blue 130

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

Shades of Feijoa #ACE982

Tints of Feijoa #ACE982

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.55%

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

R = 32.15%
G = 43.55%
B = 24.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#ACE982 (or 0xACE982) is known color: Feijoa. HEX triplet: AC, E9 and 82. RGB value is (172,233,130). Sum of RGB (Red+Green+Blue) = 172+233+130=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 130 (51.17% from 255 or 24.30% from 535); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE982 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE982 is #53167D. Grayscale: #CBCBCB. Windows color (decimal): -5445246 or 8579500. OLE color: 8579500.

HSL color Cylindrical-coordinate representation of color #ACE982: hue angle of 95.53º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACE982 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 233 130 -
CMYK 0.26 0 0.44 0.09
HSL 95.53º 0.7% 0.71% -
HSV(B) 95.53º 0.44% 0.91% -
XYZ 50.18 68.66 31.73 -
YUV 203.02 86.79 105.88 -
System Red Green Blue C M Y K H S L
Decimal 172 233 130 0.26 0 0.44 0.09 95.53 0.7 0.71
Hex AC E9 82 1A 0 2C 9 60 46 47
Octal 254 351 202 32 0 54 11 140 106 107
Binary 10101100 11101001 10000010 11010 0 101100 1001 1100000 1000110 1000111

Color Harmonies of #ACE982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE982

Black with #ACE982

Text Example


Text Example

White with #ACE982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE982; }

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

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

background-color css

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

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

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

border-color css

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

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

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