Html Css Color HEX #03C66D Jade

📋 copy color: '#03C66D'

red 3 ◦ green 198 ◦ blue 109

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

Shades of Jade #03C66D

Tints of Jade #03C66D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 63.87%

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

R = 0.97%
G = 63.87%
B = 35.16%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#03C66D (or 0x03C66D) is known color: Jade. HEX triplet: 03, C6 and 6D. RGB value is (3,198,109). Sum of RGB (Red+Green+Blue) = 3+198+109=310 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 310); Green value is 198 (77.73% from 255 or 63.87% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 198 - color contains mainly: green. Hex color #03C66D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C66D is #FC3992. Grayscale: #818181. Windows color (decimal): -16529811 or 7194115. OLE color: 7194115.

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

Color convert

RGB 3 198 109 -
CMYK 0.98 0 0.45 0.22
HSL 152.62º 0.97% 0.39% -
HSV(B) 152.62º 0.98% 0.78% -
XYZ 22.99 41.51 21.27 -
YUV 129.55 116.4 37.74 -
System Red Green Blue C M Y K H S L
Decimal 3 198 109 0.98 0 0.45 0.22 152.62 0.97 0.39
Hex 3 C6 6D 62 0 2D 16 99 61 27
Octal 3 306 155 142 0 55 26 231 141 47
Binary 11 11000110 1101101 1100010 0 101101 10110 10011001 1100001 100111

Color Harmonies of #03C66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C66D

Black with #03C66D

Text Example


Text Example

White with #03C66D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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