Html Css Color HEX #ACE48A Feijoa

📋 copy color: '#ACE48A'

red 172 ◦ green 228 ◦ blue 138

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

Shades of Feijoa #ACE48A

Tints of Feijoa #ACE48A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.65%

R = 31.97%
G = 42.38%
B = 25.65%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#ACE48A (or 0xACE48A) is known color: Feijoa. HEX triplet: AC, E4 and 8A. RGB value is (172,228,138). Sum of RGB (Red+Green+Blue) = 172+228+138=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 228 (89.45% from 255 or 42.38% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE48A is #531B75. Grayscale: #C9C9C9. Windows color (decimal): -5446518 or 9102508. OLE color: 9102508.

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

Color convert

RGB 172 228 138 -
CMYK 0.25 0 0.39 0.11
HSL 97.33º 0.63% 0.72% -
HSV(B) 97.33º 0.39% 0.89% -
XYZ 49.34 66.09 34.2 -
YUV 201 92.45 107.32 -
System Red Green Blue C M Y K H S L
Decimal 172 228 138 0.25 0 0.39 0.11 97.33 0.63 0.72
Hex AC E4 8A 19 0 27 B 61 3E 48
Octal 254 344 212 31 0 47 13 141 76 110
Binary 10101100 11100100 10001010 11001 0 100111 1011 1100001 111110 1001000

Color Harmonies of #ACE48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE48A

Black with #ACE48A

Text Example


Text Example

White with #ACE48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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