Html Css Color HEX #03C074 Jade

📋 copy color: '#03C074'

red 3 ◦ green 192 ◦ blue 116

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

Shades of Jade #03C074

Tints of Jade #03C074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.3%

R = 0.96%
G = 61.74%
B = 37.3%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#03C074 (or 0x03C074) is known color: Jade. HEX triplet: 03, C0 and 74. RGB value is (3,192,116). Sum of RGB (Red+Green+Blue) = 3+192+116=311 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 311); Green value is 192 (75.39% from 255 or 61.74% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 192 - color contains mainly: green. Hex color #03C074 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C074 is #FC3F8B. Grayscale: #7E7E7E. Windows color (decimal): -16531340 or 7651331. OLE color: 7651331.

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

Color convert

RGB 3 192 116 -
CMYK 0.98 0 0.40 0.25
HSL 155.87º 0.97% 0.38% -
HSV(B) 155.87º 0.98% 0.75% -
XYZ 22.04 38.98 22.89 -
YUV 126.83 121.88 39.68 -
System Red Green Blue C M Y K H S L
Decimal 3 192 116 0.98 0 0.40 0.25 155.87 0.97 0.38
Hex 3 C0 74 62 0 28 19 9C 61 26
Octal 3 300 164 142 0 50 31 234 141 46
Binary 11 11000000 1110100 1100010 0 101000 11001 10011100 1100001 100110

Color Harmonies of #03C074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C074

Black with #03C074

Text Example


Text Example

White with #03C074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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