Html Css Color HEX #03B16B Jade

📋 copy color: '#03B16B'

red 3 ◦ green 177 ◦ blue 107

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

Shades of Jade #03B16B

Tints of Jade #03B16B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 61.67%

 BLUE value IS 107 (42.19% from 255) = 37.28%

R = 1.05%
G = 61.67%
B = 37.28%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#03B16B (or 0x03B16B) is known color: Jade. HEX triplet: 03, B1 and 6B. RGB value is (3,177,107). Sum of RGB (Red+Green+Blue) = 3+177+107=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 177 (69.53% from 255 or 61.67% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 177 - color contains mainly: green. Hex color #03B16B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03B16B is #FC4E94. Grayscale: #757575. Windows color (decimal): -16535189 or 7057667. OLE color: 7057667.

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

Color convert

RGB 3 177 107 -
CMYK 0.98 0 0.40 0.31
HSL 155.86º 0.97% 0.35% -
HSV(B) 155.86º 0.98% 0.69% -
XYZ 18.41 32.53 19.22 -
YUV 116.99 122.35 46.69 -
System Red Green Blue C M Y K H S L
Decimal 3 177 107 0.98 0 0.40 0.31 155.86 0.97 0.35
Hex 3 B1 6B 62 0 28 1F 9C 61 23
Octal 3 261 153 142 0 50 37 234 141 43
Binary 11 10110001 1101011 1100010 0 101000 11111 10011100 1100001 100011

Color Harmonies of #03B16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B16B

Black with #03B16B

Text Example


Text Example

White with #03B16B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,177,107); }

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

background-color css

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

 a { background-color: rgb(3,177,107); }

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

border-color css

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

 span { border-color: rgb(3,177,107); }

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