Html Css Color HEX #ACE282 Feijoa

📋 copy color: '#ACE282'

red 172 ◦ green 226 ◦ blue 130

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

Shades of Feijoa #ACE282

Tints of Feijoa #ACE282

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.8%

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

R = 32.58%
G = 42.8%
B = 24.62%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#ACE282 (or 0xACE282) is known color: Feijoa. HEX triplet: AC, E2 and 82. RGB value is (172,226,130). Sum of RGB (Red+Green+Blue) = 172+226+130=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 226 (88.67% from 255 or 42.80% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE282 is #531D7D. Grayscale: #C7C7C7. Windows color (decimal): -5447038 or 8577708. OLE color: 8577708.

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

Color convert

RGB 172 226 130 -
CMYK 0.24 0 0.42 0.11
HSL 93.75º 0.62% 0.7% -
HSV(B) 93.75º 0.42% 0.89% -
XYZ 48.24 64.78 31.08 -
YUV 198.91 89.11 108.81 -
System Red Green Blue C M Y K H S L
Decimal 172 226 130 0.24 0 0.42 0.11 93.75 0.62 0.7
Hex AC E2 82 18 0 2A B 5E 3E 46
Octal 254 342 202 30 0 52 13 136 76 106
Binary 10101100 11100010 10000010 11000 0 101010 1011 1011110 111110 1000110

Color Harmonies of #ACE282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE282

Black with #ACE282

Text Example


Text Example

White with #ACE282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE282; }

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

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

background-color css

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

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

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

border-color css

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

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

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