Html Css Color HEX #12B766 Jade

📋 copy color: '#12B766'

red 18 ◦ green 183 ◦ blue 102

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

Shades of Jade #12B766

Tints of Jade #12B766

RGB

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

 GREEN value IS 183 (71.88% from 255) = 60.4%

 BLUE value IS 102 (40.23% from 255) = 33.66%

R = 5.94%
G = 60.4%
B = 33.66%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#12B766 (or 0x12B766) is known color: Jade. HEX triplet: 12, B7 and 66. RGB value is (18,183,102). Sum of RGB (Red+Green+Blue) = 18+183+102=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 183 (71.88% from 255 or 60.40% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 183 - color contains mainly: green. Hex color #12B766 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B766 is #ED4899. Grayscale: #7C7C7C. Windows color (decimal): -15550618 or 6731538. OLE color: 6731538.

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

Color convert

RGB 18 183 102 -
CMYK 0.90 0 0.44 0.28
HSL 150.55º 0.82% 0.39% -
HSV(B) 150.55º 0.9% 0.72% -
XYZ 19.58 34.95 18.29 -
YUV 124.43 115.34 52.09 -
System Red Green Blue C M Y K H S L
Decimal 18 183 102 0.90 0 0.44 0.28 150.55 0.82 0.39
Hex 12 B7 66 5A 0 2C 1C 97 52 27
Octal 22 267 146 132 0 54 34 227 122 47
Binary 10010 10110111 1100110 1011010 0 101100 11100 10010111 1010010 100111

Color Harmonies of #12B766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B766

Black with #12B766

Text Example


Text Example

White with #12B766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,183,102); }

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

background-color css

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

 a { background-color: rgb(18,183,102); }

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

border-color css

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

 span { border-color: rgb(18,183,102); }

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