Html Css Color HEX #12CC32 Dark Pastel Green

📋 copy color: '#12CC32'

red 18 ◦ green 204 ◦ blue 50

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

Shades of Dark Pastel Green #12CC32

Tints of Dark Pastel Green #12CC32

RGB

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

 GREEN value IS 204 (80.08% from 255) = 75%

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

R = 6.62%
G = 75%
B = 18.38%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#12CC32 (or 0x12CC32) is known color: Dark Pastel Green. HEX triplet: 12, CC and 32. RGB value is (18,204,50). Sum of RGB (Red+Green+Blue) = 18+204+50=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 204 (80.08% from 255 or 75% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CC32 is #ED33CD. Grayscale: #838383. Windows color (decimal): -15545294 or 3329042. OLE color: 3329042.

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

Color convert

RGB 18 204 50 -
CMYK 0.91 0 0.75 0.2
HSL 130.32º 0.84% 0.44% -
HSV(B) 130.32º 0.91% 0.8% -
XYZ 22.42 43.54 10.24 -
YUV 130.83 82.38 47.52 -
System Red Green Blue C M Y K H S L
Decimal 18 204 50 0.91 0 0.75 0.2 130.32 0.84 0.44
Hex 12 CC 32 5B 0 4B 14 82 54 2C
Octal 22 314 62 133 0 113 24 202 124 54
Binary 10010 11001100 110010 1011011 0 1001011 10100 10000010 1010100 101100

Color Harmonies of #12CC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CC32

Black with #12CC32

Text Example


Text Example

White with #12CC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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