Html Css Color HEX #12CE36 Dark Pastel Green

📋 copy color: '#12CE36'

red 18 ◦ green 206 ◦ blue 54

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

Shades of Dark Pastel Green #12CE36

Tints of Dark Pastel Green #12CE36

RGB

 RED value IS 18 (7.42% from 255) = 6.47%

 GREEN value IS 206 (80.86% from 255) = 74.1%

 BLUE value IS 54 (21.48% from 255) = 19.42%

R = 6.47%
G = 74.1%
B = 19.42%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#12CE36 (or 0x12CE36) is known color: Dark Pastel Green. HEX triplet: 12, CE and 36. RGB value is (18,206,54). Sum of RGB (Red+Green+Blue) = 18+206+54=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 206 (80.86% from 255 or 74.10% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE36 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CE36 is #ED31C9. Grayscale: #848484. Windows color (decimal): -15544778 or 3591698. OLE color: 3591698.

HSL color Cylindrical-coordinate representation of color #12CE36: hue angle of 131.49º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CE36 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 206 54 -
CMYK 0.91 0 0.74 0.19
HSL 131.49º 0.84% 0.44% -
HSV(B) 131.49º 0.91% 0.81% -
XYZ 22.99 44.54 10.88 -
YUV 132.46 83.72 46.36 -
System Red Green Blue C M Y K H S L
Decimal 18 206 54 0.91 0 0.74 0.19 131.49 0.84 0.44
Hex 12 CE 36 5B 0 4A 13 83 54 2C
Octal 22 316 66 133 0 112 23 203 124 54
Binary 10010 11001110 110110 1011011 0 1001010 10011 10000011 1010100 101100

Color Harmonies of #12CE36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CE36

Black with #12CE36

Text Example


Text Example

White with #12CE36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12CE36; }

 p { color: rgb(18,206,54); }

 H1.HeaderClassName
 {
   color: #12CE36;
 }
 .AnyTagClassName
 {
   color: #12CE36;
 }
</style>

background-color css

<style>
 a { background-color: #12CE36; }

 a { background-color: rgb(18,206,54); }

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

border-color css

<style>
 span { border-color: #12CE36; }

 span { border-color: rgb(18,206,54); }

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