Html Css Color HEX #03AD6C Jade

📋 copy color: '#03AD6C'

red 3 ◦ green 173 ◦ blue 108

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

Shades of Jade #03AD6C

Tints of Jade #03AD6C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 60.92%

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

R = 1.06%
G = 60.92%
B = 38.03%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#03AD6C (or 0x03AD6C) is known color: Jade. HEX triplet: 03, AD and 6C. RGB value is (3,173,108). Sum of RGB (Red+Green+Blue) = 3+173+108=284 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 284); Green value is 173 (67.97% from 255 or 60.92% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 173 - color contains mainly: green. Hex color #03AD6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AD6C is #FC5293. Grayscale: #727272. Windows color (decimal): -16536212 or 7122179. OLE color: 7122179.

HSL color Cylindrical-coordinate representation of color #03AD6C: hue angle of 157.06º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AD6C is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 173 108 -
CMYK 0.98 0 0.38 0.32
HSL 157.06º 0.97% 0.35% -
HSV(B) 157.06º 0.98% 0.68% -
XYZ 17.69 30.99 19.24 -
YUV 114.76 124.18 48.29 -
System Red Green Blue C M Y K H S L
Decimal 3 173 108 0.98 0 0.38 0.32 157.06 0.97 0.35
Hex 3 AD 6C 62 0 26 20 9D 61 23
Octal 3 255 154 142 0 46 40 235 141 43
Binary 11 10101101 1101100 1100010 0 100110 100000 10011101 1100001 100011

Color Harmonies of #03AD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AD6C

Black with #03AD6C

Text Example


Text Example

White with #03AD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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