Html Css Color HEX #12B069 Jade

📋 copy color: '#12B069'

red 18 ◦ green 176 ◦ blue 105

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

Shades of Jade #12B069

Tints of Jade #12B069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.12%

R = 6.02%
G = 58.86%
B = 35.12%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#12B069 (or 0x12B069) is known color: Jade. HEX triplet: 12, B0 and 69. RGB value is (18,176,105). Sum of RGB (Red+Green+Blue) = 18+176+105=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 176 (69.14% from 255 or 58.86% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 176 - color contains mainly: green. Hex color #12B069 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12B069 is #ED4F96. Grayscale: #787878. Windows color (decimal): -15552407 or 6926354. OLE color: 6926354.

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

Color convert

RGB 18 176 105 -
CMYK 0.90 0 0.40 0.31
HSL 153.04º 0.81% 0.38% -
HSV(B) 153.04º 0.9% 0.69% -
XYZ 18.32 32.2 18.61 -
YUV 120.66 119.15 54.77 -
System Red Green Blue C M Y K H S L
Decimal 18 176 105 0.90 0 0.40 0.31 153.04 0.81 0.38
Hex 12 B0 69 5A 0 28 1F 99 51 26
Octal 22 260 151 132 0 50 37 231 121 46
Binary 10010 10110000 1101001 1011010 0 101000 11111 10011001 1010001 100110

Color Harmonies of #12B069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B069

Black with #12B069

Text Example


Text Example

White with #12B069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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