Html Css Color HEX #03C46C Jade

📋 copy color: '#03C46C'

red 3 ◦ green 196 ◦ blue 108

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

Shades of Jade #03C46C

Tints of Jade #03C46C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.18%

R = 0.98%
G = 63.84%
B = 35.18%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#03C46C (or 0x03C46C) is known color: Jade. HEX triplet: 03, C4 and 6C. RGB value is (3,196,108). Sum of RGB (Red+Green+Blue) = 3+196+108=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 196 (76.95% from 255 or 63.84% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 196 - color contains mainly: green. Hex color #03C46C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C46C is #FC3B93. Grayscale: #808080. Windows color (decimal): -16530324 or 7128067. OLE color: 7128067.

HSL color Cylindrical-coordinate representation of color #03C46C: hue angle of 152.64º 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 #03C46C is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 3 196 108 -
CMYK 0.98 0 0.45 0.23
HSL 152.64º 0.97% 0.39% -
HSV(B) 152.64º 0.98% 0.77% -
XYZ 22.48 40.58 20.84 -
YUV 128.26 116.56 38.66 -
System Red Green Blue C M Y K H S L
Decimal 3 196 108 0.98 0 0.45 0.23 152.64 0.97 0.39
Hex 3 C4 6C 62 0 2D 17 99 61 27
Octal 3 304 154 142 0 55 27 231 141 47
Binary 11 11000100 1101100 1100010 0 101101 10111 10011001 1100001 100111

Color Harmonies of #03C46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C46C

Black with #03C46C

Text Example


Text Example

White with #03C46C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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