#18BA45

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

Shades of Dark Pastel Green #18BA45

Tints of Dark Pastel Green #18BA45

Color information

#18BA45 (or 0x18BA45) is unknown color: approx Dark Pastel Green. HEX triplet: 18, BA and 45. RGB value is (24,186,69). Sum of RGB (Red+Green+Blue) = 24+186+69=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 186 (73.05% from 255 or 66.67% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BA45 is #E745BA. Grayscale: #7C7C7C. Windows color (decimal): -15156667 or 4569624. OLE color: 4569624.

HSL color Cylindrical-coordinate representation of color #18BA45: hue angle of 136.67º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BA45 is Cyan = 0.87, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB2418669-
CMYK0.8700.630.27
HSL136.67º77.14%41.18%-
HSV(B)136.67º87.1%72.94%-
XYZ19.0135.7411.53-
YUV124.2296.8356.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.60%
GREEN value IS 186 (73.05% from 255) = 66.67%
BLUE value IS 69 (27.34% from 255) = 24.73%
R=8.60%
G=66.67%
B=24.73%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal24186690.8700.630.27136.6777.1441.18
Hex18BA455703F1B894d29
Octal302721051270773321111551
Binary110001011101010001011010111011111111011100010011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,186,69); }

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

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

 a { background-color: rgb(24,186,69); }

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

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

 span { border-color: rgb(24,186,69); }

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