Html Css Color HEX #ACE48B Feijoa

📋 copy color: '#ACE48B'

red 172 ◦ green 228 ◦ blue 139

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

Shades of Feijoa #ACE48B

Tints of Feijoa #ACE48B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.79%

R = 31.91%
G = 42.3%
B = 25.79%

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

#ACE48B (or 0xACE48B) is known color: Feijoa. HEX triplet: AC, E4 and 8B. RGB value is (172,228,139). Sum of RGB (Red+Green+Blue) = 172+228+139=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE48B is #531B74. Grayscale: #C9C9C9. Windows color (decimal): -5446517 or 9168044. OLE color: 9168044.

HSL color Cylindrical-coordinate representation of color #ACE48B: hue angle of 97.75º 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 #ACE48B is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 228 139 -
CMYK 0.25 0 0.39 0.11
HSL 97.75º 0.62% 0.72% -
HSV(B) 97.75º 0.39% 0.89% -
XYZ 49.42 66.12 34.58 -
YUV 201.11 92.95 107.24 -
System Red Green Blue C M Y K H S L
Decimal 172 228 139 0.25 0 0.39 0.11 97.75 0.62 0.72
Hex AC E4 8B 19 0 27 B 62 3E 48
Octal 254 344 213 31 0 47 13 142 76 110
Binary 10101100 11100100 10001011 11001 0 100111 1011 1100010 111110 1001000

Color Harmonies of #ACE48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE48B

Black with #ACE48B

Text Example


Text Example

White with #ACE48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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