Html Css Color HEX #12B926 Dark Pastel Green

📋 copy color: '#12B926'

red 18 ◦ green 185 ◦ blue 38

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

Shades of Dark Pastel Green #12B926

Tints of Dark Pastel Green #12B926

RGB

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

 GREEN value IS 185 (72.66% from 255) = 76.76%

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

R = 7.47%
G = 76.76%
B = 15.77%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#12B926 (or 0x12B926) is known color: Dark Pastel Green. HEX triplet: 12, B9 and 26. RGB value is (18,185,38). Sum of RGB (Red+Green+Blue) = 18+185+38=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 185 (72.66% from 255 or 76.76% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 185 - color contains mainly: green. Hex color #12B926 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B926 is #ED46D9. Grayscale: #767676. Windows color (decimal): -15550170 or 2537746. OLE color: 2537746.

HSL color Cylindrical-coordinate representation of color #12B926: hue angle of 127.19º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B926 is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 185 38 -
CMYK 0.90 0 0.79 0.27
HSL 127.19º 0.82% 0.4% -
HSV(B) 127.19º 0.9% 0.73% -
XYZ 17.95 34.97 7.64 -
YUV 118.31 82.67 56.45 -
System Red Green Blue C M Y K H S L
Decimal 18 185 38 0.90 0 0.79 0.27 127.19 0.82 0.4
Hex 12 B9 26 5A 0 4F 1B 7F 52 28
Octal 22 271 46 132 0 117 33 177 122 50
Binary 10010 10111001 100110 1011010 0 1001111 11011 1111111 1010010 101000

Color Harmonies of #12B926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B926

Black with #12B926

Text Example


Text Example

White with #12B926

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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