Html Css Color HEX #03C260 Jade

📋 copy color: '#03C260'

red 3 ◦ green 194 ◦ blue 96

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

Shades of Jade #03C260

Tints of Jade #03C260

RGB

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

 GREEN value IS 194 (76.17% from 255) = 66.21%

 BLUE value IS 96 (37.89% from 255) = 32.76%

R = 1.02%
G = 66.21%
B = 32.76%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#03C260 (or 0x03C260) is known color: Jade. HEX triplet: 03, C2 and 60. RGB value is (3,194,96). Sum of RGB (Red+Green+Blue) = 3+194+96=293 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 293); Green value is 194 (76.17% from 255 or 66.21% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 194 - color contains mainly: green. Hex color #03C260 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C260 is #FC3D9F. Grayscale: #7D7D7D. Windows color (decimal): -16530848 or 6341123. OLE color: 6341123.

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

Color convert

RGB 3 194 96 -
CMYK 0.98 0 0.51 0.24
HSL 149.21º 0.97% 0.39% -
HSV(B) 149.21º 0.98% 0.76% -
XYZ 21.44 39.45 17.55 -
YUV 125.72 111.22 40.47 -
System Red Green Blue C M Y K H S L
Decimal 3 194 96 0.98 0 0.51 0.24 149.21 0.97 0.39
Hex 3 C2 60 62 0 33 18 95 61 27
Octal 3 302 140 142 0 63 30 225 141 47
Binary 11 11000010 1100000 1100010 0 110011 11000 10010101 1100001 100111

Color Harmonies of #03C260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C260

Black with #03C260

Text Example


Text Example

White with #03C260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,194,96); }

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

background-color css

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

 a { background-color: rgb(3,194,96); }

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

border-color css

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

 span { border-color: rgb(3,194,96); }

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