Html Css Color HEX #12B46C Jade

📋 copy color: '#12B46C'

red 18 ◦ green 180 ◦ blue 108

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

Shades of Jade #12B46C

Tints of Jade #12B46C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.29%

R = 5.88%
G = 58.82%
B = 35.29%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#12B46C (or 0x12B46C) is known color: Jade. HEX triplet: 12, B4 and 6C. RGB value is (18,180,108). Sum of RGB (Red+Green+Blue) = 18+180+108=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 180 (70.70% from 255 or 58.82% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 180 - color contains mainly: green. Hex color #12B46C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B46C is #ED4B93. Grayscale: #7B7B7B. Windows color (decimal): -15551380 or 7123986. OLE color: 7123986.

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

Color convert

RGB 18 180 108 -
CMYK 0.9 0 0.40 0.29
HSL 153.33º 0.82% 0.39% -
HSV(B) 153.33º 0.9% 0.71% -
XYZ 19.28 33.85 19.71 -
YUV 123.35 119.33 52.85 -
System Red Green Blue C M Y K H S L
Decimal 18 180 108 0.9 0 0.40 0.29 153.33 0.82 0.39
Hex 12 B4 6C 5A 0 28 1D 99 52 27
Octal 22 264 154 132 0 50 35 231 122 47
Binary 10010 10110100 1101100 1011010 0 101000 11101 10011001 1010010 100111

Color Harmonies of #12B46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B46C

Black with #12B46C

Text Example


Text Example

White with #12B46C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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