Html Css Color HEX #ACE96E Feijoa

📋 copy color: '#ACE96E'

red 172 ◦ green 233 ◦ blue 110

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

Shades of Feijoa #ACE96E

Tints of Feijoa #ACE96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.36%

R = 33.4%
G = 45.24%
B = 21.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#ACE96E (or 0xACE96E) is known color: Feijoa. HEX triplet: AC, E9 and 6E. RGB value is (172,233,110). Sum of RGB (Red+Green+Blue) = 172+233+110=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 110 (43.36% from 255 or 21.36% from 515); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE96E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE96E is #531691. Grayscale: #C9C9C9. Windows color (decimal): -5445266 or 7268780. OLE color: 7268780.

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

Color convert

RGB 172 233 110 -
CMYK 0.26 0 0.53 0.09
HSL 89.76º 0.74% 0.67% -
HSV(B) 89.76º 0.53% 0.91% -
XYZ 48.97 68.17 25.33 -
YUV 200.74 76.79 107.5 -
System Red Green Blue C M Y K H S L
Decimal 172 233 110 0.26 0 0.53 0.09 89.76 0.74 0.67
Hex AC E9 6E 1A 0 35 9 5A 4A 43
Octal 254 351 156 32 0 65 11 132 112 103
Binary 10101100 11101001 1101110 11010 0 110101 1001 1011010 1001010 1000011

Color Harmonies of #ACE96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE96E

Black with #ACE96E

Text Example


Text Example

White with #ACE96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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