Html Css Color HEX #12C06A Jade

📋 copy color: '#12C06A'

red 18 ◦ green 192 ◦ blue 106

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

Shades of Jade #12C06A

Tints of Jade #12C06A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60.76%

 BLUE value IS 106 (41.8% from 255) = 33.54%

R = 5.7%
G = 60.76%
B = 33.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#12C06A (or 0x12C06A) is known color: Jade. HEX triplet: 12, C0 and 6A. RGB value is (18,192,106). Sum of RGB (Red+Green+Blue) = 18+192+106=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 192 (75.39% from 255 or 60.76% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 192 - color contains mainly: green. Hex color #12C06A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C06A is #ED3F95. Grayscale: #828282. Windows color (decimal): -15548310 or 6995986. OLE color: 6995986.

HSL color Cylindrical-coordinate representation of color #12C06A: hue angle of 150.34º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C06A is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 192 106 -
CMYK 0.91 0 0.45 0.25
HSL 150.34º 0.83% 0.41% -
HSV(B) 150.34º 0.91% 0.75% -
XYZ 21.7 38.87 19.99 -
YUV 130.17 114.35 47.99 -
System Red Green Blue C M Y K H S L
Decimal 18 192 106 0.91 0 0.45 0.25 150.34 0.83 0.41
Hex 12 C0 6A 5B 0 2D 19 96 53 29
Octal 22 300 152 133 0 55 31 226 123 51
Binary 10010 11000000 1101010 1011011 0 101101 11001 10010110 1010011 101001

Color Harmonies of #12C06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C06A

Black with #12C06A

Text Example


Text Example

White with #12C06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,192,106); }

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

background-color css

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

 a { background-color: rgb(18,192,106); }

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

border-color css

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

 span { border-color: rgb(18,192,106); }

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