Html Css Color HEX #03B14E Pigment Green

📋 copy color: '#03B14E'

red 3 ◦ green 177 ◦ blue 78

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

Shades of Pigment Green #03B14E

Tints of Pigment Green #03B14E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.23%

R = 1.16%
G = 68.6%
B = 30.23%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#03B14E (or 0x03B14E) is known color: Pigment Green. HEX triplet: 03, B1 and 4E. RGB value is (3,177,78). Sum of RGB (Red+Green+Blue) = 3+177+78=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 177 (69.53% from 255 or 68.60% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 177 - color contains mainly: green. Hex color #03B14E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03B14E is #FC4EB1. Grayscale: #717171. Windows color (decimal): -16535218 or 5157123. OLE color: 5157123.

HSL color Cylindrical-coordinate representation of color #03B14E: hue angle of 145.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 #03B14E is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 3 177 78 -
CMYK 0.98 0 0.56 0.31
HSL 145.86º 0.97% 0.35% -
HSV(B) 145.86º 0.98% 0.69% -
XYZ 17.13 32.01 12.48 -
YUV 113.69 107.85 49.05 -
System Red Green Blue C M Y K H S L
Decimal 3 177 78 0.98 0 0.56 0.31 145.86 0.97 0.35
Hex 3 B1 4E 62 0 38 1F 92 61 23
Octal 3 261 116 142 0 70 37 222 141 43
Binary 11 10110001 1001110 1100010 0 111000 11111 10010010 1100001 100011

Color Harmonies of #03B14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B14E

Black with #03B14E

Text Example


Text Example

White with #03B14E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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