Html Css Color HEX #12BC6B Jade

📋 copy color: '#12BC6B'

red 18 ◦ green 188 ◦ blue 107

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

Shades of Jade #12BC6B

Tints of Jade #12BC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.19%

R = 5.75%
G = 60.06%
B = 34.19%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#12BC6B (or 0x12BC6B) is known color: Jade. HEX triplet: 12, BC and 6B. RGB value is (18,188,107). Sum of RGB (Red+Green+Blue) = 18+188+107=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 188 (73.83% from 255 or 60.06% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BC6B is #ED4394. Grayscale: #808080. Windows color (decimal): -15549333 or 7060498. OLE color: 7060498.

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

Color convert

RGB 18 188 107 -
CMYK 0.90 0 0.43 0.26
HSL 151.41º 0.83% 0.4% -
HSV(B) 151.41º 0.9% 0.74% -
XYZ 20.89 37.16 19.98 -
YUV 127.94 116.18 49.59 -
System Red Green Blue C M Y K H S L
Decimal 18 188 107 0.90 0 0.43 0.26 151.41 0.83 0.4
Hex 12 BC 6B 5A 0 2B 1A 97 53 28
Octal 22 274 153 132 0 53 32 227 123 50
Binary 10010 10111100 1101011 1011010 0 101011 11010 10010111 1010011 101000

Color Harmonies of #12BC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BC6B

Black with #12BC6B

Text Example


Text Example

White with #12BC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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