Html Css Color HEX #12BA63 Jade

📋 copy color: '#12BA63'

red 18 ◦ green 186 ◦ blue 99

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

Shades of Jade #12BA63

Tints of Jade #12BA63

RGB

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

 GREEN value IS 186 (73.05% from 255) = 61.39%

 BLUE value IS 99 (39.06% from 255) = 32.67%

R = 5.94%
G = 61.39%
B = 32.67%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#12BA63 (or 0x12BA63) is known color: Jade. HEX triplet: 12, BA and 63. RGB value is (18,186,99). Sum of RGB (Red+Green+Blue) = 18+186+99=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 186 (73.05% from 255 or 61.39% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BA63 is #ED459C. Grayscale: #7E7E7E. Windows color (decimal): -15549853 or 6535698. OLE color: 6535698.

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

Color convert

RGB 18 186 99 -
CMYK 0.90 0 0.47 0.27
HSL 148.93º 0.82% 0.4% -
HSV(B) 148.93º 0.9% 0.73% -
XYZ 20.06 36.15 17.72 -
YUV 125.85 112.84 51.07 -
System Red Green Blue C M Y K H S L
Decimal 18 186 99 0.90 0 0.47 0.27 148.93 0.82 0.4
Hex 12 BA 63 5A 0 2F 1B 95 52 28
Octal 22 272 143 132 0 57 33 225 122 50
Binary 10010 10111010 1100011 1011010 0 101111 11011 10010101 1010010 101000

Color Harmonies of #12BA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BA63

Black with #12BA63

Text Example


Text Example

White with #12BA63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,186,99); }

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

background-color css

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

 a { background-color: rgb(18,186,99); }

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

border-color css

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

 span { border-color: rgb(18,186,99); }

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