Html Css Color HEX #03CA70 Jade

📋 copy color: '#03CA70'

red 3 ◦ green 202 ◦ blue 112

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

Shades of Jade #03CA70

Tints of Jade #03CA70

RGB

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

 GREEN value IS 202 (79.3% from 255) = 63.72%

 BLUE value IS 112 (44.14% from 255) = 35.33%

R = 0.95%
G = 63.72%
B = 35.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#03CA70 (or 0x03CA70) is known color: Jade. HEX triplet: 03, CA and 70. RGB value is (3,202,112). Sum of RGB (Red+Green+Blue) = 3+202+112=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 202 (79.30% from 255 or 63.72% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 202 - color contains mainly: green. Hex color #03CA70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CA70 is #FC358F. Grayscale: #848484. Windows color (decimal): -16528784 or 7391747. OLE color: 7391747.

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

Color convert

RGB 3 202 112 -
CMYK 0.99 0 0.45 0.21
HSL 152.86º 0.97% 0.4% -
HSV(B) 152.86º 0.99% 0.79% -
XYZ 24.08 43.43 22.44 -
YUV 132.24 116.57 35.82 -
System Red Green Blue C M Y K H S L
Decimal 3 202 112 0.99 0 0.45 0.21 152.86 0.97 0.4
Hex 3 CA 70 63 0 2D 15 99 61 28
Octal 3 312 160 143 0 55 25 231 141 50
Binary 11 11001010 1110000 1100011 0 101101 10101 10011001 1100001 101000

Color Harmonies of #03CA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CA70

Black with #03CA70

Text Example


Text Example

White with #03CA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,202,112); }

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

background-color css

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

 a { background-color: rgb(3,202,112); }

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

border-color css

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

 span { border-color: rgb(3,202,112); }

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