Html Css Color HEX #12C068 Jade

📋 copy color: '#12C068'

red 18 ◦ green 192 ◦ blue 104

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

Shades of Jade #12C068

Tints of Jade #12C068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.12%

R = 5.73%
G = 61.15%
B = 33.12%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#12C068 (or 0x12C068) is known color: Jade. HEX triplet: 12, C0 and 68. RGB value is (18,192,104). Sum of RGB (Red+Green+Blue) = 18+192+104=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #12C068 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C068 is #ED3F97. Grayscale: #828282. Windows color (decimal): -15548312 or 6864914. OLE color: 6864914.

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

Color convert

RGB 18 192 104 -
CMYK 0.91 0 0.46 0.25
HSL 149.66º 0.83% 0.41% -
HSV(B) 149.66º 0.91% 0.75% -
XYZ 21.6 38.83 19.45 -
YUV 129.94 113.35 48.16 -
System Red Green Blue C M Y K H S L
Decimal 18 192 104 0.91 0 0.46 0.25 149.66 0.83 0.41
Hex 12 C0 68 5B 0 2E 19 96 53 29
Octal 22 300 150 133 0 56 31 226 123 51
Binary 10010 11000000 1101000 1011011 0 101110 11001 10010110 1010011 101001

Color Harmonies of #12C068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C068

Black with #12C068

Text Example


Text Example

White with #12C068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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