Html Css Color HEX #ACE685 Feijoa

📋 copy color: '#ACE685'

red 172 ◦ green 230 ◦ blue 133

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

Shades of Feijoa #ACE685

Tints of Feijoa #ACE685

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.99%

 BLUE value IS 133 (52.34% from 255) = 24.86%

R = 32.15%
G = 42.99%
B = 24.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#ACE685 (or 0xACE685) is known color: Feijoa. HEX triplet: AC, E6 and 85. RGB value is (172,230,133). Sum of RGB (Red+Green+Blue) = 172+230+133=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE685 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE685 is #53197A. Grayscale: #C9C9C9. Windows color (decimal): -5446011 or 8775340. OLE color: 8775340.

HSL color Cylindrical-coordinate representation of color #ACE685: hue angle of 95.88º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACE685 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 230 133 -
CMYK 0.25 0 0.42 0.10
HSL 95.88º 0.66% 0.71% -
HSV(B) 95.88º 0.42% 0.9% -
XYZ 49.54 67.06 32.52 -
YUV 201.6 89.28 106.89 -
System Red Green Blue C M Y K H S L
Decimal 172 230 133 0.25 0 0.42 0.10 95.88 0.66 0.71
Hex AC E6 85 19 0 2A A 60 42 47
Octal 254 346 205 31 0 52 12 140 102 107
Binary 10101100 11100110 10000101 11001 0 101010 1010 1100000 1000010 1000111

Color Harmonies of #ACE685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE685

Black with #ACE685

Text Example


Text Example

White with #ACE685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE685; }

 p { color: rgb(172,230,133); }

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

background-color css

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

 a { background-color: rgb(172,230,133); }

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

border-color css

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

 span { border-color: rgb(172,230,133); }

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