#18bf32

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

Shades of Dark Pastel Green #18BF32

Tints of Dark Pastel Green #18BF32

Color information

#18BF32 (or 0x18BF32) is unknown color: approx Dark Pastel Green. HEX triplet: 18, BF and 32. RGB value is (24,191,50). Sum of RGB (Red+Green+Blue) = 24+191+50=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 191 (75% from 255 or 72.08% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 191 - color contains mainly: green. Hex color #18BF32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BF32 is #E740CD. Grayscale: #7D7D7D. Windows color (decimal): -15155406 or 3325720. OLE color: 3325720.

HSL color Cylindrical-coordinate representation of color #18BF32: hue angle of 129.34º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BF32 is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB2419150-
CMYK0.8700.740.25
HSL129.34º77.67%42.16%-
HSV(B)129.34º87.43%74.9%-
XYZ19.5837.699.26-
YUV124.9985.6755.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.06%
GREEN value IS 191 (75% from 255) = 72.08%
BLUE value IS 50 (19.92% from 255) = 18.87%
R=9.06%
G=72.08%
B=18.87%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal24191500.8700.740.25129.3477.6742.16
Hex18BF325704A19814e2a
Octal302776212701123120111652
Binary110001011111111001010101110100101011001100000011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18bf32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,191,50); }

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

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

 a { background-color: rgb(24,191,50); }

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

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

 span { border-color: rgb(24,191,50); }

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