Html Css Color HEX #03AD5C Pigment Green

📋 copy color: '#03AD5C'

red 3 ◦ green 173 ◦ blue 92

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

Shades of Pigment Green #03AD5C

Tints of Pigment Green #03AD5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.33%

R = 1.12%
G = 64.55%
B = 34.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#03AD5C (or 0x03AD5C) is known color: Pigment Green. HEX triplet: 03, AD and 5C. RGB value is (3,173,92). Sum of RGB (Red+Green+Blue) = 3+173+92=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 173 (67.97% from 255 or 64.55% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 173 - color contains mainly: green. Hex color #03AD5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AD5C is #FC52A3. Grayscale: #717171. Windows color (decimal): -16536228 or 6073603. OLE color: 6073603.

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

Color convert

RGB 3 173 92 -
CMYK 0.98 0 0.47 0.32
HSL 151.41º 0.97% 0.35% -
HSV(B) 151.41º 0.98% 0.68% -
XYZ 16.91 30.68 15.16 -
YUV 112.94 116.18 49.59 -
System Red Green Blue C M Y K H S L
Decimal 3 173 92 0.98 0 0.47 0.32 151.41 0.97 0.35
Hex 3 AD 5C 62 0 2F 20 97 61 23
Octal 3 255 134 142 0 57 40 227 141 43
Binary 11 10101101 1011100 1100010 0 101111 100000 10010111 1100001 100011

Color Harmonies of #03AD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AD5C

Black with #03AD5C

Text Example


Text Example

White with #03AD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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