Html Css Color HEX #03A76C Jade

📋 copy color: '#03A76C'

red 3 ◦ green 167 ◦ blue 108

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

Shades of Jade #03A76C

Tints of Jade #03A76C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 60.07%

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

R = 1.08%
G = 60.07%
B = 38.85%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#03A76C (or 0x03A76C) is known color: Jade. HEX triplet: 03, A7 and 6C. RGB value is (3,167,108). Sum of RGB (Red+Green+Blue) = 3+167+108=278 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 278); Green value is 167 (65.62% from 255 or 60.07% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 167 - color contains mainly: green. Hex color #03A76C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A76C is #FC5893. Grayscale: #6F6F6F. Windows color (decimal): -16537748 or 7120643. OLE color: 7120643.

HSL color Cylindrical-coordinate representation of color #03A76C: hue angle of 158.41º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A76C is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 3 167 108 -
CMYK 0.98 0 0.35 0.35
HSL 158.41º 0.96% 0.33% -
HSV(B) 158.41º 0.98% 0.65% -
XYZ 16.56 28.74 18.86 -
YUV 111.24 126.17 50.8 -
System Red Green Blue C M Y K H S L
Decimal 3 167 108 0.98 0 0.35 0.35 158.41 0.96 0.33
Hex 3 A7 6C 62 0 23 23 9E 60 21
Octal 3 247 154 142 0 43 43 236 140 41
Binary 11 10100111 1101100 1100010 0 100011 100011 10011110 1100000 100001

Color Harmonies of #03A76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A76C

Black with #03A76C

Text Example


Text Example

White with #03A76C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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