Html Css Color HEX #12B160 Jade

📋 copy color: '#12B160'

red 18 ◦ green 177 ◦ blue 96

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

Shades of Jade #12B160

Tints of Jade #12B160

RGB

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

 GREEN value IS 177 (69.53% from 255) = 60.82%

 BLUE value IS 96 (37.89% from 255) = 32.99%

R = 6.19%
G = 60.82%
B = 32.99%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#12B160 (or 0x12B160) is known color: Jade. HEX triplet: 12, B1 and 60. RGB value is (18,177,96). Sum of RGB (Red+Green+Blue) = 18+177+96=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 177 (69.53% from 255 or 60.82% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 177 - color contains mainly: green. Hex color #12B160 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12B160 is #ED4E9F. Grayscale: #787878. Windows color (decimal): -15552160 or 6336786. OLE color: 6336786.

HSL color Cylindrical-coordinate representation of color #12B160: hue angle of 149.43º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B160 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 177 96 -
CMYK 0.90 0 0.46 0.31
HSL 149.43º 0.82% 0.38% -
HSV(B) 149.43º 0.9% 0.69% -
XYZ 18.08 32.42 16.37 -
YUV 120.23 114.32 55.09 -
System Red Green Blue C M Y K H S L
Decimal 18 177 96 0.90 0 0.46 0.31 149.43 0.82 0.38
Hex 12 B1 60 5A 0 2E 1F 95 52 26
Octal 22 261 140 132 0 56 37 225 122 46
Binary 10010 10110001 1100000 1011010 0 101110 11111 10010101 1010010 100110

Color Harmonies of #12B160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B160

Black with #12B160

Text Example


Text Example

White with #12B160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,177,96); }

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

background-color css

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

 a { background-color: rgb(18,177,96); }

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

border-color css

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

 span { border-color: rgb(18,177,96); }

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