Html Css Color HEX #03C96D Jade

📋 copy color: '#03C96D'

red 3 ◦ green 201 ◦ blue 109

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

Shades of Jade #03C96D

Tints of Jade #03C96D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 64.22%

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

R = 0.96%
G = 64.22%
B = 34.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#03C96D (or 0x03C96D) is known color: Jade. HEX triplet: 03, C9 and 6D. RGB value is (3,201,109). Sum of RGB (Red+Green+Blue) = 3+201+109=313 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 313); Green value is 201 (78.91% from 255 or 64.22% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 201 - color contains mainly: green. Hex color #03C96D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C96D is #FC3692. Grayscale: #838383. Windows color (decimal): -16529043 or 7194883. OLE color: 7194883.

HSL color Cylindrical-coordinate representation of color #03C96D: hue angle of 152.12º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C96D is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 201 109 -
CMYK 0.99 0 0.46 0.21
HSL 152.12º 0.97% 0.4% -
HSV(B) 152.12º 0.99% 0.79% -
XYZ 23.68 42.9 21.5 -
YUV 131.31 115.4 36.48 -
System Red Green Blue C M Y K H S L
Decimal 3 201 109 0.99 0 0.46 0.21 152.12 0.97 0.4
Hex 3 C9 6D 63 0 2E 15 98 61 28
Octal 3 311 155 143 0 56 25 230 141 50
Binary 11 11001001 1101101 1100011 0 101110 10101 10011000 1100001 101000

Color Harmonies of #03C96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C96D

Black with #03C96D

Text Example


Text Example

White with #03C96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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