Html Css Color HEX #03C26A Jade

📋 copy color: '#03C26A'

red 3 ◦ green 194 ◦ blue 106

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

Shades of Jade #03C26A

Tints of Jade #03C26A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.98%

R = 0.99%
G = 64.03%
B = 34.98%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#03C26A (or 0x03C26A) is known color: Jade. HEX triplet: 03, C2 and 6A. RGB value is (3,194,106). Sum of RGB (Red+Green+Blue) = 3+194+106=303 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 303); Green value is 194 (76.17% from 255 or 64.03% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 194 - color contains mainly: green. Hex color #03C26A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C26A is #FC3D95. Grayscale: #7F7F7F. Windows color (decimal): -16530838 or 6996483. OLE color: 6996483.

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

Color convert

RGB 3 194 106 -
CMYK 0.98 0 0.45 0.24
HSL 152.36º 0.97% 0.39% -
HSV(B) 152.36º 0.98% 0.76% -
XYZ 21.93 39.64 20.13 -
YUV 126.86 116.22 39.66 -
System Red Green Blue C M Y K H S L
Decimal 3 194 106 0.98 0 0.45 0.24 152.36 0.97 0.39
Hex 3 C2 6A 62 0 2D 18 98 61 27
Octal 3 302 152 142 0 55 30 230 141 47
Binary 11 11000010 1101010 1100010 0 101101 11000 10011000 1100001 100111

Color Harmonies of #03C26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C26A

Black with #03C26A

Text Example


Text Example

White with #03C26A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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