Html Css Color HEX #12B06B Jade

📋 copy color: '#12B06B'

red 18 ◦ green 176 ◦ blue 107

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

Shades of Jade #12B06B

Tints of Jade #12B06B

RGB

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

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

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

R = 5.98%
G = 58.47%
B = 35.55%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#12B06B (or 0x12B06B) is known color: Jade. HEX triplet: 12, B0 and 6B. RGB value is (18,176,107). Sum of RGB (Red+Green+Blue) = 18+176+107=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 176 (69.14% from 255 or 58.47% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 176 - color contains mainly: green. Hex color #12B06B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12B06B is #ED4F94. Grayscale: #797979. Windows color (decimal): -15552405 or 7057426. OLE color: 7057426.

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

Color convert

RGB 18 176 107 -
CMYK 0.90 0 0.39 0.31
HSL 153.8º 0.81% 0.38% -
HSV(B) 153.8º 0.9% 0.69% -
XYZ 18.43 32.24 19.16 -
YUV 120.89 120.15 54.61 -
System Red Green Blue C M Y K H S L
Decimal 18 176 107 0.90 0 0.39 0.31 153.8 0.81 0.38
Hex 12 B0 6B 5A 0 27 1F 9A 51 26
Octal 22 260 153 132 0 47 37 232 121 46
Binary 10010 10110000 1101011 1011010 0 100111 11111 10011010 1010001 100110

Color Harmonies of #12B06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B06B

Black with #12B06B

Text Example


Text Example

White with #12B06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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