Html Css Color HEX #12CE27 Dark Pastel Green

📋 copy color: '#12CE27'

red 18 ◦ green 206 ◦ blue 39

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

Shades of Dark Pastel Green #12CE27

Tints of Dark Pastel Green #12CE27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.83%

R = 6.84%
G = 78.33%
B = 14.83%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#12CE27 (or 0x12CE27) is known color: Dark Pastel Green. HEX triplet: 12, CE and 27. RGB value is (18,206,39). Sum of RGB (Red+Green+Blue) = 18+206+39=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 206 (80.86% from 255 or 78.33% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CE27 is #ED31D8. Grayscale: #838383. Windows color (decimal): -15544793 or 2608658. OLE color: 2608658.

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

Color convert

RGB 18 206 39 -
CMYK 0.91 0 0.81 0.19
HSL 126.7º 0.84% 0.44% -
HSV(B) 126.7º 0.91% 0.81% -
XYZ 22.69 44.42 9.3 -
YUV 130.75 76.22 47.58 -
System Red Green Blue C M Y K H S L
Decimal 18 206 39 0.91 0 0.81 0.19 126.7 0.84 0.44
Hex 12 CE 27 5B 0 51 13 7F 54 2C
Octal 22 316 47 133 0 121 23 177 124 54
Binary 10010 11001110 100111 1011011 0 1010001 10011 1111111 1010100 101100

Color Harmonies of #12CE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CE27

Black with #12CE27

Text Example


Text Example

White with #12CE27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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