Html Css Color HEX #12B470 Jade

📋 copy color: '#12B470'

red 18 ◦ green 180 ◦ blue 112

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

Shades of Jade #12B470

Tints of Jade #12B470

RGB

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

 GREEN value IS 180 (70.7% from 255) = 58.06%

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

R = 5.81%
G = 58.06%
B = 36.13%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#12B470 (or 0x12B470) is known color: Jade. HEX triplet: 12, B4 and 70. RGB value is (18,180,112). Sum of RGB (Red+Green+Blue) = 18+180+112=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 180 (70.70% from 255 or 58.06% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 180 - color contains mainly: green. Hex color #12B470 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B470 is #ED4B8F. Grayscale: #7B7B7B. Windows color (decimal): -15551376 or 7386130. OLE color: 7386130.

HSL color Cylindrical-coordinate representation of color #12B470: hue angle of 154.81º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B470 is Cyan = 0.9, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 180 112 -
CMYK 0.9 0 0.38 0.29
HSL 154.81º 0.82% 0.39% -
HSV(B) 154.81º 0.9% 0.71% -
XYZ 19.5 33.94 20.85 -
YUV 123.81 121.33 52.53 -
System Red Green Blue C M Y K H S L
Decimal 18 180 112 0.9 0 0.38 0.29 154.81 0.82 0.39
Hex 12 B4 70 5A 0 26 1D 9B 52 27
Octal 22 264 160 132 0 46 35 233 122 47
Binary 10010 10110100 1110000 1011010 0 100110 11101 10011011 1010010 100111

Color Harmonies of #12B470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B470

Black with #12B470

Text Example


Text Example

White with #12B470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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