Html Css Color HEX #03AD4F Pigment Green

📋 copy color: '#03AD4F'

red 3 ◦ green 173 ◦ blue 79

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

Shades of Pigment Green #03AD4F

Tints of Pigment Green #03AD4F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 67.84%

 BLUE value IS 79 (31.25% from 255) = 30.98%

R = 1.18%
G = 67.84%
B = 30.98%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#03AD4F (or 0x03AD4F) is known color: Pigment Green. HEX triplet: 03, AD and 4F. RGB value is (3,173,79). Sum of RGB (Red+Green+Blue) = 3+173+79=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 173 (67.97% from 255 or 67.84% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 173 - color contains mainly: green. Hex color #03AD4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AD4F is #FC52B0. Grayscale: #6F6F6F. Windows color (decimal): -16536241 or 5221635. OLE color: 5221635.

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

Color convert

RGB 3 173 79 -
CMYK 0.98 0 0.54 0.32
HSL 146.82º 0.97% 0.35% -
HSV(B) 146.82º 0.98% 0.68% -
XYZ 16.39 30.47 12.41 -
YUV 111.45 109.68 50.64 -
System Red Green Blue C M Y K H S L
Decimal 3 173 79 0.98 0 0.54 0.32 146.82 0.97 0.35
Hex 3 AD 4F 62 0 36 20 93 61 23
Octal 3 255 117 142 0 66 40 223 141 43
Binary 11 10101101 1001111 1100010 0 110110 100000 10010011 1100001 100011

Color Harmonies of #03AD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AD4F

Black with #03AD4F

Text Example


Text Example

White with #03AD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,173,79); }

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

background-color css

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

 a { background-color: rgb(3,173,79); }

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

border-color css

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

 span { border-color: rgb(3,173,79); }

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