Html Css Color HEX #03A150 Pigment Green

📋 copy color: '#03A150'

red 3 ◦ green 161 ◦ blue 80

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

Shades of Pigment Green #03A150

Tints of Pigment Green #03A150

RGB

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

 GREEN value IS 161 (63.28% from 255) = 65.98%

 BLUE value IS 80 (31.64% from 255) = 32.79%

R = 1.23%
G = 65.98%
B = 32.79%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#03A150 (or 0x03A150) is known color: Pigment Green. HEX triplet: 03, A1 and 50. RGB value is (3,161,80). Sum of RGB (Red+Green+Blue) = 3+161+80=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 161 (63.28% from 255 or 65.98% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 161 - color contains mainly: green. Hex color #03A150 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A150 is #FC5EAF. Grayscale: #686868. Windows color (decimal): -16539312 or 5284099. OLE color: 5284099.

HSL color Cylindrical-coordinate representation of color #03A150: hue angle of 149.24º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A150 is Cyan = 0.98, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 3 161 80 -
CMYK 0.98 0 0.50 0.37
HSL 149.24º 0.96% 0.32% -
HSV(B) 149.24º 0.98% 0.63% -
XYZ 14.23 26.09 11.87 -
YUV 104.52 114.15 55.59 -
System Red Green Blue C M Y K H S L
Decimal 3 161 80 0.98 0 0.50 0.37 149.24 0.96 0.32
Hex 3 A1 50 62 0 32 25 95 60 20
Octal 3 241 120 142 0 62 45 225 140 40
Binary 11 10100001 1010000 1100010 0 110010 100101 10010101 1100000 100000

Color Harmonies of #03A150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A150

Black with #03A150

Text Example


Text Example

White with #03A150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,161,80); }

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

background-color css

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

 a { background-color: rgb(3,161,80); }

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

border-color css

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

 span { border-color: rgb(3,161,80); }

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