Html Css Color HEX #12CE2E Dark Pastel Green

📋 copy color: '#12CE2E'

red 18 ◦ green 206 ◦ blue 46

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

Shades of Dark Pastel Green #12CE2E

Tints of Dark Pastel Green #12CE2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.04%

R = 6.67%
G = 76.3%
B = 17.04%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#12CE2E (or 0x12CE2E) is known color: Dark Pastel Green. HEX triplet: 12, CE and 2E. RGB value is (18,206,46). Sum of RGB (Red+Green+Blue) = 18+206+46=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 206 (80.86% from 255 or 76.30% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CE2E is #ED31D1. Grayscale: #848484. Windows color (decimal): -15544786 or 3067410. OLE color: 3067410.

HSL color Cylindrical-coordinate representation of color #12CE2E: hue angle of 128.94º 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 #12CE2E is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 206 46 -
CMYK 0.91 0 0.78 0.19
HSL 128.94º 0.84% 0.44% -
HSV(B) 128.94º 0.91% 0.81% -
XYZ 22.81 44.47 9.97 -
YUV 131.55 79.72 47.01 -
System Red Green Blue C M Y K H S L
Decimal 18 206 46 0.91 0 0.78 0.19 128.94 0.84 0.44
Hex 12 CE 2E 5B 0 4E 13 81 54 2C
Octal 22 316 56 133 0 116 23 201 124 54
Binary 10010 11001110 101110 1011011 0 1001110 10011 10000001 1010100 101100

Color Harmonies of #12CE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CE2E

Black with #12CE2E

Text Example


Text Example

White with #12CE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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