Html Css Color HEX #12BC63 Jade

📋 copy color: '#12BC63'

red 18 ◦ green 188 ◦ blue 99

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

Shades of Jade #12BC63

Tints of Jade #12BC63

RGB

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

 GREEN value IS 188 (73.83% from 255) = 61.64%

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

R = 5.9%
G = 61.64%
B = 32.46%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#12BC63 (or 0x12BC63) is known color: Jade. HEX triplet: 12, BC and 63. RGB value is (18,188,99). Sum of RGB (Red+Green+Blue) = 18+188+99=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 188 (73.83% from 255 or 61.64% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BC63 is #ED439C. Grayscale: #7F7F7F. Windows color (decimal): -15549341 or 6536210. OLE color: 6536210.

HSL color Cylindrical-coordinate representation of color #12BC63: hue angle of 148.59º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BC63 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 188 99 -
CMYK 0.90 0 0.47 0.26
HSL 148.59º 0.83% 0.4% -
HSV(B) 148.59º 0.9% 0.74% -
XYZ 20.48 37 17.87 -
YUV 127.02 112.18 50.24 -
System Red Green Blue C M Y K H S L
Decimal 18 188 99 0.90 0 0.47 0.26 148.59 0.83 0.4
Hex 12 BC 63 5A 0 2F 1A 95 53 28
Octal 22 274 143 132 0 57 32 225 123 50
Binary 10010 10111100 1100011 1011010 0 101111 11010 10010101 1010011 101000

Color Harmonies of #12BC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BC63

Black with #12BC63

Text Example


Text Example

White with #12BC63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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