Html Css Color HEX #12B770 Jade

📋 copy color: '#12B770'

red 18 ◦ green 183 ◦ blue 112

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

Shades of Jade #12B770

Tints of Jade #12B770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.78%

R = 5.75%
G = 58.47%
B = 35.78%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#12B770 (or 0x12B770) is known color: Jade. HEX triplet: 12, B7 and 70. RGB value is (18,183,112). Sum of RGB (Red+Green+Blue) = 18+183+112=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 183 (71.88% from 255 or 58.47% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 183 - color contains mainly: green. Hex color #12B770 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B770 is #ED488F. Grayscale: #7D7D7D. Windows color (decimal): -15550608 or 7386898. OLE color: 7386898.

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

Color convert

RGB 18 183 112 -
CMYK 0.90 0 0.39 0.28
HSL 154.18º 0.82% 0.39% -
HSV(B) 154.18º 0.9% 0.72% -
XYZ 20.11 35.17 21.06 -
YUV 125.57 120.34 51.27 -
System Red Green Blue C M Y K H S L
Decimal 18 183 112 0.90 0 0.39 0.28 154.18 0.82 0.39
Hex 12 B7 70 5A 0 27 1C 9A 52 27
Octal 22 267 160 132 0 47 34 232 122 47
Binary 10010 10110111 1110000 1011010 0 100111 11100 10011010 1010010 100111

Color Harmonies of #12B770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B770

Black with #12B770

Text Example


Text Example

White with #12B770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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