Html Css Color HEX #12CE25 Dark Pastel Green

📋 copy color: '#12CE25'

red 18 ◦ green 206 ◦ blue 37

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

Shades of Dark Pastel Green #12CE25

Tints of Dark Pastel Green #12CE25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.18%

R = 6.9%
G = 78.93%
B = 14.18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#12CE25 (or 0x12CE25) is known color: Dark Pastel Green. HEX triplet: 12, CE and 25. RGB value is (18,206,37). Sum of RGB (Red+Green+Blue) = 18+206+37=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 206 (80.86% from 255 or 78.93% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CE25 is #ED31DA. Grayscale: #838383. Windows color (decimal): -15544795 or 2477586. OLE color: 2477586.

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

Color convert

RGB 18 206 37 -
CMYK 0.91 0 0.82 0.19
HSL 126.06º 0.84% 0.44% -
HSV(B) 126.06º 0.91% 0.81% -
XYZ 22.65 44.4 9.13 -
YUV 130.52 75.22 47.74 -
System Red Green Blue C M Y K H S L
Decimal 18 206 37 0.91 0 0.82 0.19 126.06 0.84 0.44
Hex 12 CE 25 5B 0 52 13 7E 54 2C
Octal 22 316 45 133 0 122 23 176 124 54
Binary 10010 11001110 100101 1011011 0 1010010 10011 1111110 1010100 101100

Color Harmonies of #12CE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CE25

Black with #12CE25

Text Example


Text Example

White with #12CE25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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