#23AC72

Color #23AC72 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #23AC72

Tints of Mountain Meadow #23AC72

Color information

#23AC72 (or 0x23AC72) is unknown color: approx Mountain Meadow. HEX triplet: 23, AC and 72. RGB value is (35,172,114). Sum of RGB (Red+Green+Blue) = 35+172+114=321 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.90% from 321); Green value is 172 (67.58% from 255 or 53.58% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 172 - color contains mainly: green. Hex color #23AC72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23AC72 is #DC538D. Grayscale: #7C7C7C. Windows color (decimal): -14439310 or 7515171. OLE color: 7515171.

HSL color Cylindrical-coordinate representation of color #23AC72: hue angle of 154.6º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23AC72 is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB35172114-
CMYK0.8000.340.33
HSL154.6º66.18%40.59%-
HSV(B)154.6º79.65%67.45%-
XYZ18.4831.0820.94-
YUV124.42122.1164.22-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.90%
GREEN value IS 172 (67.58% from 255) = 53.58%
BLUE value IS 114 (44.92% from 255) = 35.51%
R=10.90%
G=53.58%
B=35.51%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal351721140.8000.340.33154.666.1840.59
Hex23AC7250022219b4229
Octal432541621200424123310251
Binary10001110101100111001010100000100010100001100110111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23AC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23AC72; }

 p { color: rgb(35,172,114); }

 H1.HeaderClassName
 {
   color: #23AC72;
 }
 .AnyTagClassName
 {
   color: #23AC72;
 }
</style>
background-color css

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

 a { background-color: rgb(35,172,114); }

 div.DivClassName
 {
   background-color: #23AC72;
 }
 .BgClassName
 {
   background-color: #23AC72;
 }
</style>
border-color css

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

 span { border-color: rgb(35,172,114); }

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