Html Css Color HEX #12C169 Jade

📋 copy color: '#12C169'

red 18 ◦ green 193 ◦ blue 105

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

Shades of Jade #12C169

Tints of Jade #12C169

RGB

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

 GREEN value IS 193 (75.78% from 255) = 61.08%

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

R = 5.7%
G = 61.08%
B = 33.23%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#12C169 (or 0x12C169) is known color: Jade. HEX triplet: 12, C1 and 69. RGB value is (18,193,105). Sum of RGB (Red+Green+Blue) = 18+193+105=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 193 (75.78% from 255 or 61.08% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 193 - color contains mainly: green. Hex color #12C169 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C169 is #ED3E96. Grayscale: #828282. Windows color (decimal): -15548055 or 6930706. OLE color: 6930706.

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

Color convert

RGB 18 193 105 -
CMYK 0.91 0 0.46 0.24
HSL 149.83º 0.83% 0.41% -
HSV(B) 149.83º 0.91% 0.76% -
XYZ 21.87 39.29 19.8 -
YUV 130.64 113.52 47.66 -
System Red Green Blue C M Y K H S L
Decimal 18 193 105 0.91 0 0.46 0.24 149.83 0.83 0.41
Hex 12 C1 69 5B 0 2E 18 96 53 29
Octal 22 301 151 133 0 56 30 226 123 51
Binary 10010 11000001 1101001 1011011 0 101110 11000 10010110 1010011 101001

Color Harmonies of #12C169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C169

Black with #12C169

Text Example


Text Example

White with #12C169

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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