Html Css Color HEX #12B06D Jade

📋 copy color: '#12B06D'

red 18 ◦ green 176 ◦ blue 109

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

Shades of Jade #12B06D

Tints of Jade #12B06D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 58.09%

 BLUE value IS 109 (42.97% from 255) = 35.97%

R = 5.94%
G = 58.09%
B = 35.97%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#12B06D (or 0x12B06D) is known color: Jade. HEX triplet: 12, B0 and 6D. RGB value is (18,176,109). Sum of RGB (Red+Green+Blue) = 18+176+109=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 176 (69.14% from 255 or 58.09% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 176 - color contains mainly: green. Hex color #12B06D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12B06D is #ED4F92. Grayscale: #797979. Windows color (decimal): -15552403 or 7188498. OLE color: 7188498.

HSL color Cylindrical-coordinate representation of color #12B06D: hue angle of 154.56º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B06D is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 176 109 -
CMYK 0.90 0 0.38 0.31
HSL 154.56º 0.81% 0.38% -
HSV(B) 154.56º 0.9% 0.69% -
XYZ 18.54 32.28 19.72 -
YUV 121.12 121.15 54.45 -
System Red Green Blue C M Y K H S L
Decimal 18 176 109 0.90 0 0.38 0.31 154.56 0.81 0.38
Hex 12 B0 6D 5A 0 26 1F 9B 51 26
Octal 22 260 155 132 0 46 37 233 121 46
Binary 10010 10110000 1101101 1011010 0 100110 11111 10011011 1010001 100110

Color Harmonies of #12B06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B06D

Black with #12B06D

Text Example


Text Example

White with #12B06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,176,109); }

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

background-color css

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

 a { background-color: rgb(18,176,109); }

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

border-color css

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

 span { border-color: rgb(18,176,109); }

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