Html Css Color HEX #12B463 Jade

📋 copy color: '#12B463'

red 18 ◦ green 180 ◦ blue 99

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

Shades of Jade #12B463

Tints of Jade #12B463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.33%

R = 6.06%
G = 60.61%
B = 33.33%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#12B463 (or 0x12B463) is known color: Jade. HEX triplet: 12, B4 and 63. RGB value is (18,180,99). Sum of RGB (Red+Green+Blue) = 18+180+99=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 180 (70.70% from 255 or 60.61% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 180 - color contains mainly: green. Hex color #12B463 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B463 is #ED4B9C. Grayscale: #7A7A7A. Windows color (decimal): -15551389 or 6534162. OLE color: 6534162.

HSL color Cylindrical-coordinate representation of color #12B463: hue angle of 150º 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 #12B463 is Cyan = 0.9, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 180 99 -
CMYK 0.9 0 0.45 0.29
HSL 150º 0.82% 0.39% -
HSV(B) 150º 0.9% 0.71% -
XYZ 18.82 33.67 17.31 -
YUV 122.33 114.83 53.59 -
System Red Green Blue C M Y K H S L
Decimal 18 180 99 0.9 0 0.45 0.29 150 0.82 0.39
Hex 12 B4 63 5A 0 2D 1D 96 52 27
Octal 22 264 143 132 0 55 35 226 122 47
Binary 10010 10110100 1100011 1011010 0 101101 11101 10010110 1010010 100111

Color Harmonies of #12B463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B463

Black with #12B463

Text Example


Text Example

White with #12B463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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