Html Css Color HEX #03C16B Jade

📋 copy color: '#03C16B'

red 3 ◦ green 193 ◦ blue 107

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

Shades of Jade #03C16B

Tints of Jade #03C16B

RGB

 RED value IS 3 (1.56% from 255) = 0.99%

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

 BLUE value IS 107 (42.19% from 255) = 35.31%

R = 0.99%
G = 63.7%
B = 35.31%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#03C16B (or 0x03C16B) is known color: Jade. HEX triplet: 03, C1 and 6B. RGB value is (3,193,107). Sum of RGB (Red+Green+Blue) = 3+193+107=303 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 303); Green value is 193 (75.78% from 255 or 63.70% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 193 - color contains mainly: green. Hex color #03C16B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C16B is #FC3E94. Grayscale: #7E7E7E. Windows color (decimal): -16531093 or 7061763. OLE color: 7061763.

HSL color Cylindrical-coordinate representation of color #03C16B: hue angle of 152.84º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C16B is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 3 193 107 -
CMYK 0.98 0 0.45 0.24
HSL 152.84º 0.97% 0.38% -
HSV(B) 152.84º 0.98% 0.76% -
XYZ 21.76 39.22 20.33 -
YUV 126.39 117.05 39.99 -
System Red Green Blue C M Y K H S L
Decimal 3 193 107 0.98 0 0.45 0.24 152.84 0.97 0.38
Hex 3 C1 6B 62 0 2D 18 99 61 26
Octal 3 301 153 142 0 55 30 231 141 46
Binary 11 11000001 1101011 1100010 0 101101 11000 10011001 1100001 100110

Color Harmonies of #03C16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C16B

Black with #03C16B

Text Example


Text Example

White with #03C16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03C16B; }

 p { color: rgb(3,193,107); }

 H1.HeaderClassName
 {
   color: #03C16B;
 }
 .AnyTagClassName
 {
   color: #03C16B;
 }
</style>

background-color css

<style>
 a { background-color: #03C16B; }

 a { background-color: rgb(3,193,107); }

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

border-color css

<style>
 span { border-color: #03C16B; }

 span { border-color: rgb(3,193,107); }

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