Html Css Color HEX #18C12F Dark Pastel Green

📋 copy color: '#18C12F'

red 24 ◦ green 193 ◦ blue 47

#18C12F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #18C12F

Tints of Dark Pastel Green #18C12F

RGB

 RED value IS 24 (9.77% from 255) = 9.09%

 GREEN value IS 193 (75.78% from 255) = 73.11%

 BLUE value IS 47 (18.75% from 255) = 17.8%

R = 9.09%
G = 73.11%
B = 17.8%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#18C12F (or 0x18C12F) is known color: Dark Pastel Green. HEX triplet: 18, C1 and 2F. RGB value is (24,193,47). Sum of RGB (Red+Green+Blue) = 24+193+47=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 193 (75.78% from 255 or 73.11% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 193 - color contains mainly: green. Hex color #18C12F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C12F is #E73ED0. Grayscale: #7E7E7E. Windows color (decimal): -15154897 or 3129624. OLE color: 3129624.

HSL color Cylindrical-coordinate representation of color #18C12F: hue angle of 128.17º 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 #18C12F is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 24 193 47 -
CMYK 0.88 0 0.76 0.24
HSL 128.17º 0.78% 0.43% -
HSV(B) 128.17º 0.88% 0.76% -
XYZ 19.96 38.54 9.08 -
YUV 125.83 83.51 55.37 -
System Red Green Blue C M Y K H S L
Decimal 24 193 47 0.88 0 0.76 0.24 128.17 0.78 0.43
Hex 18 C1 2F 58 0 4C 18 80 4E 2B
Octal 30 301 57 130 0 114 30 200 116 53
Binary 11000 11000001 101111 1011000 0 1001100 11000 10000000 1001110 101011

Color Harmonies of #18C12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C12F

Black with #18C12F

Text Example


Text Example

White with #18C12F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,193,47); }

 H1.HeaderClassName
 {
   color: #18C12F;
 }
 .AnyTagClassName
 {
   color: #18C12F;
 }
</style>

background-color css

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

 a { background-color: rgb(24,193,47); }

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

border-color css

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

 span { border-color: rgb(24,193,47); }

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