Html Css Color HEX #12D239 Dark Pastel Green

📋 copy color: '#12D239'

red 18 ◦ green 210 ◦ blue 57

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

Shades of Dark Pastel Green #12D239

Tints of Dark Pastel Green #12D239

RGB

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

 GREEN value IS 210 (82.42% from 255) = 73.68%

 BLUE value IS 57 (22.66% from 255) = 20%

R = 6.32%
G = 73.68%
B = 20%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#12D239 (or 0x12D239) is known color: Dark Pastel Green. HEX triplet: 12, D2 and 39. RGB value is (18,210,57). Sum of RGB (Red+Green+Blue) = 18+210+57=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 210 (82.42% from 255 or 73.68% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 210 - color contains mainly: green. Hex color #12D239 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D239 is #ED2DC6. Grayscale: #878787. Windows color (decimal): -15543751 or 3789330. OLE color: 3789330.

HSL color Cylindrical-coordinate representation of color #12D239: hue angle of 132.19º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D239 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 210 57 -
CMYK 0.91 0 0.73 0.18
HSL 132.19º 0.84% 0.45% -
HSV(B) 132.19º 0.91% 0.82% -
XYZ 24.03 46.52 11.58 -
YUV 135.15 83.89 44.44 -
System Red Green Blue C M Y K H S L
Decimal 18 210 57 0.91 0 0.73 0.18 132.19 0.84 0.45
Hex 12 D2 39 5B 0 49 12 84 54 2D
Octal 22 322 71 133 0 111 22 204 124 55
Binary 10010 11010010 111001 1011011 0 1001001 10010 10000100 1010100 101101

Color Harmonies of #12D239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D239

Black with #12D239

Text Example


Text Example

White with #12D239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,210,57); }

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

background-color css

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

 a { background-color: rgb(18,210,57); }

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

border-color css

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

 span { border-color: rgb(18,210,57); }

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