Html Css Color HEX #12CD32 Dark Pastel Green

📋 copy color: '#12CD32'

red 18 ◦ green 205 ◦ blue 50

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

Shades of Dark Pastel Green #12CD32

Tints of Dark Pastel Green #12CD32

RGB

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

 GREEN value IS 205 (80.47% from 255) = 75.09%

 BLUE value IS 50 (19.92% from 255) = 18.32%

R = 6.59%
G = 75.09%
B = 18.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#12CD32 (or 0x12CD32) is known color: Dark Pastel Green. HEX triplet: 12, CD and 32. RGB value is (18,205,50). Sum of RGB (Red+Green+Blue) = 18+205+50=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 205 (80.47% from 255 or 75.09% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 205 - color contains mainly: green. Hex color #12CD32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CD32 is #ED32CD. Grayscale: #838383. Windows color (decimal): -15545038 or 3329298. OLE color: 3329298.

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

Color convert

RGB 18 205 50 -
CMYK 0.91 0 0.76 0.20
HSL 130.27º 0.84% 0.44% -
HSV(B) 130.27º 0.91% 0.8% -
XYZ 22.66 44.02 10.32 -
YUV 131.42 82.05 47.1 -
System Red Green Blue C M Y K H S L
Decimal 18 205 50 0.91 0 0.76 0.20 130.27 0.84 0.44
Hex 12 CD 32 5B 0 4C 14 82 54 2C
Octal 22 315 62 133 0 114 24 202 124 54
Binary 10010 11001101 110010 1011011 0 1001100 10100 10000010 1010100 101100

Color Harmonies of #12CD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CD32

Black with #12CD32

Text Example


Text Example

White with #12CD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,205,50); }

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

background-color css

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

 a { background-color: rgb(18,205,50); }

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

border-color css

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

 span { border-color: rgb(18,205,50); }

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