Html Css Color HEX #12BD32 Dark Pastel Green

📋 copy color: '#12BD32'

red 18 ◦ green 189 ◦ blue 50

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

Shades of Dark Pastel Green #12BD32

Tints of Dark Pastel Green #12BD32

RGB

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

 GREEN value IS 189 (74.22% from 255) = 73.54%

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

R = 7%
G = 73.54%
B = 19.46%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#12BD32 (or 0x12BD32) is known color: Dark Pastel Green. HEX triplet: 12, BD and 32. RGB value is (18,189,50). Sum of RGB (Red+Green+Blue) = 18+189+50=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 189 (74.22% from 255 or 73.54% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BD32 is #ED42CD. Grayscale: #7A7A7A. Windows color (decimal): -15549134 or 3325202. OLE color: 3325202.

HSL color Cylindrical-coordinate representation of color #12BD32: hue angle of 131.23º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BD32 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 189 50 -
CMYK 0.90 0 0.74 0.26
HSL 131.23º 0.83% 0.41% -
HSV(B) 131.23º 0.9% 0.74% -
XYZ 19.02 36.75 9.11 -
YUV 122.03 87.35 53.8 -
System Red Green Blue C M Y K H S L
Decimal 18 189 50 0.90 0 0.74 0.26 131.23 0.83 0.41
Hex 12 BD 32 5A 0 4A 1A 83 53 29
Octal 22 275 62 132 0 112 32 203 123 51
Binary 10010 10111101 110010 1011010 0 1001010 11010 10000011 1010011 101001

Color Harmonies of #12BD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BD32

Black with #12BD32

Text Example


Text Example

White with #12BD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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