#18C34C

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

Shades of Dark Pastel Green #18C34C

Tints of Dark Pastel Green #18C34C

Color information

#18C34C (or 0x18C34C) is unknown color: approx Dark Pastel Green. HEX triplet: 18, C3 and 4C. RGB value is (24,195,76). Sum of RGB (Red+Green+Blue) = 24+195+76=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 195 (76.56% from 255 or 66.10% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 195 - color contains mainly: green. Hex color #18C34C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C34C is #E73CB3. Grayscale: #828282. Windows color (decimal): -15154356 or 5030680. OLE color: 5030680.

HSL color Cylindrical-coordinate representation of color #18C34C: hue angle of 138.25º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C34C is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB2419576-
CMYK0.8800.610.24
HSL138.25º78.08%42.94%-
HSV(B)138.25º87.69%76.47%-
XYZ21.239.7513.39-
YUV130.397.3552.18-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.14%
GREEN value IS 195 (76.56% from 255) = 66.10%
BLUE value IS 76 (30.08% from 255) = 25.76%
R=8.14%
G=66.10%
B=25.76%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal24195760.8800.610.24138.2578.0842.94
Hex18C34C5803D188a4e2b
Octal303031141300753021211653
Binary110001100001110011001011000011110111000100010101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,195,76); }

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

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

 a { background-color: rgb(24,195,76); }

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

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

 span { border-color: rgb(24,195,76); }

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