Html Css Color HEX #12C066 Jade

📋 copy color: '#12C066'

red 18 ◦ green 192 ◦ blue 102

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

Shades of Jade #12C066

Tints of Jade #12C066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.69%

R = 5.77%
G = 61.54%
B = 32.69%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#12C066 (or 0x12C066) is known color: Jade. HEX triplet: 12, C0 and 66. RGB value is (18,192,102). Sum of RGB (Red+Green+Blue) = 18+192+102=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 192 (75.39% from 255 or 61.54% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 192 - color contains mainly: green. Hex color #12C066 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C066 is #ED3F99. Grayscale: #818181. Windows color (decimal): -15548314 or 6733842. OLE color: 6733842.

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

Color convert

RGB 18 192 102 -
CMYK 0.91 0 0.47 0.25
HSL 148.97º 0.83% 0.41% -
HSV(B) 148.97º 0.91% 0.75% -
XYZ 21.5 38.79 18.92 -
YUV 129.71 112.35 48.32 -
System Red Green Blue C M Y K H S L
Decimal 18 192 102 0.91 0 0.47 0.25 148.97 0.83 0.41
Hex 12 C0 66 5B 0 2F 19 95 53 29
Octal 22 300 146 133 0 57 31 225 123 51
Binary 10010 11000000 1100110 1011011 0 101111 11001 10010101 1010011 101001

Color Harmonies of #12C066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C066

Black with #12C066

Text Example


Text Example

White with #12C066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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