Html Css Color HEX #12BD34 Dark Pastel Green

📋 copy color: '#12BD34'

red 18 ◦ green 189 ◦ blue 52

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

Shades of Dark Pastel Green #12BD34

Tints of Dark Pastel Green #12BD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.08%

R = 6.95%
G = 72.97%
B = 20.08%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#12BD34 (or 0x12BD34) is known color: Dark Pastel Green. HEX triplet: 12, BD and 34. RGB value is (18,189,52). Sum of RGB (Red+Green+Blue) = 18+189+52=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 189 (74.22% from 255 or 72.97% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BD34 is #ED42CB. Grayscale: #7A7A7A. Windows color (decimal): -15549132 or 3456274. OLE color: 3456274.

HSL color Cylindrical-coordinate representation of color #12BD34: hue angle of 131.93º 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 #12BD34 is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 189 52 -
CMYK 0.90 0 0.72 0.26
HSL 131.93º 0.83% 0.41% -
HSV(B) 131.93º 0.9% 0.74% -
XYZ 19.07 36.77 9.34 -
YUV 122.25 88.35 53.64 -
System Red Green Blue C M Y K H S L
Decimal 18 189 52 0.90 0 0.72 0.26 131.93 0.83 0.41
Hex 12 BD 34 5A 0 48 1A 84 53 29
Octal 22 275 64 132 0 110 32 204 123 51
Binary 10010 10111101 110100 1011010 0 1001000 11010 10000100 1010011 101001

Color Harmonies of #12BD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BD34

Black with #12BD34

Text Example


Text Example

White with #12BD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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