Html Css Color HEX #03A36F Jade

📋 copy color: '#03A36F'

red 3 ◦ green 163 ◦ blue 111

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

Shades of Jade #03A36F

Tints of Jade #03A36F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 58.84%

 BLUE value IS 111 (43.75% from 255) = 40.07%

R = 1.08%
G = 58.84%
B = 40.07%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#03A36F (or 0x03A36F) is known color: Jade. HEX triplet: 03, A3 and 6F. RGB value is (3,163,111). Sum of RGB (Red+Green+Blue) = 3+163+111=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 163 (64.06% from 255 or 58.84% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 163 - color contains mainly: green. Hex color #03A36F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A36F is #FC5C90. Grayscale: #6D6D6D. Windows color (decimal): -16538769 or 7316227. OLE color: 7316227.

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

Color convert

RGB 3 163 111 -
CMYK 0.98 0 0.32 0.36
HSL 160.5º 0.96% 0.33% -
HSV(B) 160.5º 0.98% 0.64% -
XYZ 16 27.36 19.48 -
YUV 109.23 128.99 52.23 -
System Red Green Blue C M Y K H S L
Decimal 3 163 111 0.98 0 0.32 0.36 160.5 0.96 0.33
Hex 3 A3 6F 62 0 20 24 A0 60 21
Octal 3 243 157 142 0 40 44 240 140 41
Binary 11 10100011 1101111 1100010 0 100000 100100 10100000 1100000 100001

Color Harmonies of #03A36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A36F

Black with #03A36F

Text Example


Text Example

White with #03A36F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,163,111); }

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

background-color css

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

 a { background-color: rgb(3,163,111); }

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

border-color css

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

 span { border-color: rgb(3,163,111); }

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