Html Css Color HEX #12B064 Jade

📋 copy color: '#12B064'

red 18 ◦ green 176 ◦ blue 100

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

Shades of Jade #12B064

Tints of Jade #12B064

RGB

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

 GREEN value IS 176 (69.14% from 255) = 59.86%

 BLUE value IS 100 (39.45% from 255) = 34.01%

R = 6.12%
G = 59.86%
B = 34.01%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#12B064 (or 0x12B064) is known color: Jade. HEX triplet: 12, B0 and 64. RGB value is (18,176,100). Sum of RGB (Red+Green+Blue) = 18+176+100=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 176 (69.14% from 255 or 59.86% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 176 - color contains mainly: green. Hex color #12B064 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12B064 is #ED4F9B. Grayscale: #787878. Windows color (decimal): -15552412 or 6598674. OLE color: 6598674.

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

Color convert

RGB 18 176 100 -
CMYK 0.90 0 0.43 0.31
HSL 151.14º 0.81% 0.38% -
HSV(B) 151.14º 0.9% 0.69% -
XYZ 18.08 32.1 17.3 -
YUV 120.09 116.65 55.18 -
System Red Green Blue C M Y K H S L
Decimal 18 176 100 0.90 0 0.43 0.31 151.14 0.81 0.38
Hex 12 B0 64 5A 0 2B 1F 97 51 26
Octal 22 260 144 132 0 53 37 227 121 46
Binary 10010 10110000 1100100 1011010 0 101011 11111 10010111 1010001 100110

Color Harmonies of #12B064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B064

Black with #12B064

Text Example


Text Example

White with #12B064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,176,100); }

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

background-color css

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

 a { background-color: rgb(18,176,100); }

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

border-color css

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

 span { border-color: rgb(18,176,100); }

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