Html Css Color HEX #12B86B Jade

📋 copy color: '#12B86B'

red 18 ◦ green 184 ◦ blue 107

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

Shades of Jade #12B86B

Tints of Jade #12B86B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 59.55%

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

R = 5.83%
G = 59.55%
B = 34.63%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#12B86B (or 0x12B86B) is known color: Jade. HEX triplet: 12, B8 and 6B. RGB value is (18,184,107). Sum of RGB (Red+Green+Blue) = 18+184+107=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 184 (72.27% from 255 or 59.55% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 184 - color contains mainly: green. Hex color #12B86B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B86B is #ED4794. Grayscale: #7D7D7D. Windows color (decimal): -15550357 or 7059474. OLE color: 7059474.

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

Color convert

RGB 18 184 107 -
CMYK 0.90 0 0.42 0.28
HSL 152.17º 0.82% 0.4% -
HSV(B) 152.17º 0.9% 0.72% -
XYZ 20.04 35.47 19.7 -
YUV 125.59 117.5 51.26 -
System Red Green Blue C M Y K H S L
Decimal 18 184 107 0.90 0 0.42 0.28 152.17 0.82 0.4
Hex 12 B8 6B 5A 0 2A 1C 98 52 28
Octal 22 270 153 132 0 52 34 230 122 50
Binary 10010 10111000 1101011 1011010 0 101010 11100 10011000 1010010 101000

Color Harmonies of #12B86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B86B

Black with #12B86B

Text Example


Text Example

White with #12B86B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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