Html Css Color HEX #12BD26 Dark Pastel Green

📋 copy color: '#12BD26'

red 18 ◦ green 189 ◦ blue 38

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

Shades of Dark Pastel Green #12BD26

Tints of Dark Pastel Green #12BD26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.51%

R = 7.35%
G = 77.14%
B = 15.51%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#12BD26 (or 0x12BD26) is known color: Dark Pastel Green. HEX triplet: 12, BD and 26. RGB value is (18,189,38). Sum of RGB (Red+Green+Blue) = 18+189+38=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 189 (74.22% from 255 or 77.14% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BD26 is #ED42D9. Grayscale: #797979. Windows color (decimal): -15549146 or 2538770. OLE color: 2538770.

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

Color convert

RGB 18 189 38 -
CMYK 0.90 0 0.80 0.26
HSL 127.02º 0.83% 0.41% -
HSV(B) 127.02º 0.9% 0.74% -
XYZ 18.8 36.66 7.92 -
YUV 120.66 81.35 54.78 -
System Red Green Blue C M Y K H S L
Decimal 18 189 38 0.90 0 0.80 0.26 127.02 0.83 0.41
Hex 12 BD 26 5A 0 50 1A 7F 53 29
Octal 22 275 46 132 0 120 32 177 123 51
Binary 10010 10111101 100110 1011010 0 1010000 11010 1111111 1010011 101001

Color Harmonies of #12BD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BD26

Black with #12BD26

Text Example


Text Example

White with #12BD26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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