Html Css Color HEX #03AD4B Pigment Green

📋 copy color: '#03AD4B'

red 3 ◦ green 173 ◦ blue 75

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

Shades of Pigment Green #03AD4B

Tints of Pigment Green #03AD4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.88%

R = 1.2%
G = 68.92%
B = 29.88%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#03AD4B (or 0x03AD4B) is known color: Pigment Green. HEX triplet: 03, AD and 4B. RGB value is (3,173,75). Sum of RGB (Red+Green+Blue) = 3+173+75=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 173 (67.97% from 255 or 68.92% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 173 - color contains mainly: green. Hex color #03AD4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03AD4B is #FC52B4. Grayscale: #6F6F6F. Windows color (decimal): -16536245 or 4959491. OLE color: 4959491.

HSL color Cylindrical-coordinate representation of color #03AD4B: hue angle of 145.41º 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 #03AD4B is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 173 75 -
CMYK 0.98 0 0.57 0.32
HSL 145.41º 0.97% 0.35% -
HSV(B) 145.41º 0.98% 0.68% -
XYZ 16.25 30.41 11.67 -
YUV 111 107.68 50.97 -
System Red Green Blue C M Y K H S L
Decimal 3 173 75 0.98 0 0.57 0.32 145.41 0.97 0.35
Hex 3 AD 4B 62 0 39 20 91 61 23
Octal 3 255 113 142 0 71 40 221 141 43
Binary 11 10101101 1001011 1100010 0 111001 100000 10010001 1100001 100011

Color Harmonies of #03AD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AD4B

Black with #03AD4B

Text Example


Text Example

White with #03AD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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