#18b24b

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

Shades of Dark Pastel Green #18B24B

Tints of Dark Pastel Green #18B24B

Color information

#18B24B (or 0x18B24B) is unknown color: approx Dark Pastel Green. HEX triplet: 18, B2 and 4B. RGB value is (24,178,75). Sum of RGB (Red+Green+Blue) = 24+178+75=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 178 (69.92% from 255 or 64.26% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 178 - color contains mainly: green. Hex color #18B24B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18B24B is #E74DB4. Grayscale: #787878. Windows color (decimal): -15158709 or 4960792. OLE color: 4960792.

HSL color Cylindrical-coordinate representation of color #18B24B: hue angle of 139.87º 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 #18B24B is Cyan = 0.87, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB2417875-
CMYK0.8700.580.30
HSL139.87º76.24%39.61%-
HSV(B)139.87º86.52%69.8%-
XYZ17.5732.5412.01-
YUV120.21102.4859.38-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.66%
GREEN value IS 178 (69.92% from 255) = 64.26%
BLUE value IS 75 (29.69% from 255) = 27.08%
R=8.66%
G=64.26%
B=27.08%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal24178750.8700.580.30139.8776.2439.61
Hex18B24B5703A1E8c4c28
Octal302621131270723621411450
Binary110001011001010010111010111011101011110100011001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18b24b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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