#18B228

Color #18B228 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #18B228

Tints of Dark Pastel Green #18B228

Color information

#18B228 (or 0x18B228) is unknown color: approx Dark Pastel Green. HEX triplet: 18, B2 and 28. RGB value is (24,178,40). Sum of RGB (Red+Green+Blue) = 24+178+40=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 178 (69.92% from 255 or 73.55% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 178 - color contains mainly: green. Hex color #18B228 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18B228 is #E74DD7. Grayscale: #747474. Windows color (decimal): -15158744 or 2667032. OLE color: 2667032.

HSL color Cylindrical-coordinate representation of color #18B228: hue angle of 126.23º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B228 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB2417840-
CMYK0.8700.780.30
HSL126.23º76.24%39.61%-
HSV(B)126.23º86.52%69.8%-
XYZ16.6832.197.34-
YUV116.2284.9862.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.92%
GREEN value IS 178 (69.92% from 255) = 73.55%
BLUE value IS 40 (16.02% from 255) = 16.53%
R=9.92%
G=73.55%
B=16.53%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal24178400.8700.780.30126.2376.2439.61
Hex18B2285704E1E7e4c28
Octal302625012701163617611450
Binary11000101100101010001010111010011101111011111101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18B228; }

 p { color: rgb(24,178,40); }

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

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

 a { background-color: rgb(24,178,40); }

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

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

 span { border-color: rgb(24,178,40); }

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