Html Css Color HEX #12C167 Jade

📋 copy color: '#12C167'

red 18 ◦ green 193 ◦ blue 103

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

Shades of Jade #12C167

Tints of Jade #12C167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.8%

R = 5.73%
G = 61.46%
B = 32.8%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#12C167 (or 0x12C167) is known color: Jade. HEX triplet: 12, C1 and 67. RGB value is (18,193,103). Sum of RGB (Red+Green+Blue) = 18+193+103=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 193 (75.78% from 255 or 61.46% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 193 - color contains mainly: green. Hex color #12C167 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C167 is #ED3E98. Grayscale: #828282. Windows color (decimal): -15548057 or 6799634. OLE color: 6799634.

HSL color Cylindrical-coordinate representation of color #12C167: hue angle of 149.14º 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 #12C167 is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 193 103 -
CMYK 0.91 0 0.47 0.24
HSL 149.14º 0.83% 0.41% -
HSV(B) 149.14º 0.91% 0.76% -
XYZ 21.77 39.25 19.26 -
YUV 130.42 112.52 47.82 -
System Red Green Blue C M Y K H S L
Decimal 18 193 103 0.91 0 0.47 0.24 149.14 0.83 0.41
Hex 12 C1 67 5B 0 2F 18 95 53 29
Octal 22 301 147 133 0 57 30 225 123 51
Binary 10010 11000001 1100111 1011011 0 101111 11000 10010101 1010011 101001

Color Harmonies of #12C167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C167

Black with #12C167

Text Example


Text Example

White with #12C167

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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