Html Css Color HEX #03A96A Jade

📋 copy color: '#03A96A'

red 3 ◦ green 169 ◦ blue 106

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

Shades of Jade #03A96A

Tints of Jade #03A96A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 60.79%

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

R = 1.08%
G = 60.79%
B = 38.13%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#03A96A (or 0x03A96A) is known color: Jade. HEX triplet: 03, A9 and 6A. RGB value is (3,169,106). Sum of RGB (Red+Green+Blue) = 3+169+106=278 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 278); Green value is 169 (66.41% from 255 or 60.79% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 169 - color contains mainly: green. Hex color #03A96A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A96A is #FC5695. Grayscale: #707070. Windows color (decimal): -16537238 or 6990083. OLE color: 6990083.

HSL color Cylindrical-coordinate representation of color #03A96A: hue angle of 157.23º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A96A is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB 3 169 106 -
CMYK 0.98 0 0.37 0.34
HSL 157.23º 0.97% 0.34% -
HSV(B) 157.23º 0.98% 0.66% -
XYZ 16.83 29.44 18.43 -
YUV 112.18 124.5 50.12 -
System Red Green Blue C M Y K H S L
Decimal 3 169 106 0.98 0 0.37 0.34 157.23 0.97 0.34
Hex 3 A9 6A 62 0 25 22 9D 61 22
Octal 3 251 152 142 0 45 42 235 141 42
Binary 11 10101001 1101010 1100010 0 100101 100010 10011101 1100001 100010

Color Harmonies of #03A96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A96A

Black with #03A96A

Text Example


Text Example

White with #03A96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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