Html Css Color HEX #03C46D Jade

📋 copy color: '#03C46D'

red 3 ◦ green 196 ◦ blue 109

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

Shades of Jade #03C46D

Tints of Jade #03C46D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 63.64%

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

R = 0.97%
G = 63.64%
B = 35.39%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#03C46D (or 0x03C46D) is known color: Jade. HEX triplet: 03, C4 and 6D. RGB value is (3,196,109). Sum of RGB (Red+Green+Blue) = 3+196+109=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 196 (76.95% from 255 or 63.64% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 196 - color contains mainly: green. Hex color #03C46D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C46D is #FC3B92. Grayscale: #808080. Windows color (decimal): -16530323 or 7193603. OLE color: 7193603.

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

Color convert

RGB 3 196 109 -
CMYK 0.98 0 0.44 0.23
HSL 152.95º 0.97% 0.39% -
HSV(B) 152.95º 0.98% 0.77% -
XYZ 22.54 40.6 21.12 -
YUV 128.38 117.06 38.57 -
System Red Green Blue C M Y K H S L
Decimal 3 196 109 0.98 0 0.44 0.23 152.95 0.97 0.39
Hex 3 C4 6D 62 0 2C 17 99 61 27
Octal 3 304 155 142 0 54 27 231 141 47
Binary 11 11000100 1101101 1100010 0 101100 10111 10011001 1100001 100111

Color Harmonies of #03C46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C46D

Black with #03C46D

Text Example


Text Example

White with #03C46D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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