Html Css Color HEX #03C06D Jade

📋 copy color: '#03C06D'

red 3 ◦ green 192 ◦ blue 109

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

Shades of Jade #03C06D

Tints of Jade #03C06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.86%

R = 0.99%
G = 63.16%
B = 35.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#03C06D (or 0x03C06D) is known color: Jade. HEX triplet: 03, C0 and 6D. RGB value is (3,192,109). Sum of RGB (Red+Green+Blue) = 3+192+109=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 192 (75.39% from 255 or 63.16% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 192 - color contains mainly: green. Hex color #03C06D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C06D is #FC3F92. Grayscale: #7E7E7E. Windows color (decimal): -16531347 or 7192579. OLE color: 7192579.

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

Color convert

RGB 3 192 109 -
CMYK 0.98 0 0.43 0.25
HSL 153.65º 0.97% 0.38% -
HSV(B) 153.65º 0.98% 0.75% -
XYZ 21.65 38.82 20.82 -
YUV 126.03 118.38 40.25 -
System Red Green Blue C M Y K H S L
Decimal 3 192 109 0.98 0 0.43 0.25 153.65 0.97 0.38
Hex 3 C0 6D 62 0 2B 19 9A 61 26
Octal 3 300 155 142 0 53 31 232 141 46
Binary 11 11000000 1101101 1100010 0 101011 11001 10011010 1100001 100110

Color Harmonies of #03C06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C06D

Black with #03C06D

Text Example


Text Example

White with #03C06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,192,109); }

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

background-color css

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

 a { background-color: rgb(3,192,109); }

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

border-color css

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

 span { border-color: rgb(3,192,109); }

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