Html Css Color HEX #03AF50 Pigment Green

📋 copy color: '#03AF50'

red 3 ◦ green 175 ◦ blue 80

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

Shades of Pigment Green #03AF50

Tints of Pigment Green #03AF50

RGB

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

 GREEN value IS 175 (68.75% from 255) = 67.83%

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

R = 1.16%
G = 67.83%
B = 31.01%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#03AF50 (or 0x03AF50) is known color: Pigment Green. HEX triplet: 03, AF and 50. RGB value is (3,175,80). Sum of RGB (Red+Green+Blue) = 3+175+80=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 175 (68.75% from 255 or 67.83% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 175 - color contains mainly: green. Hex color #03AF50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AF50 is #FC50AF. Grayscale: #707070. Windows color (decimal): -16535728 or 5287683. OLE color: 5287683.

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

Color convert

RGB 3 175 80 -
CMYK 0.98 0 0.54 0.31
HSL 146.86º 0.97% 0.35% -
HSV(B) 146.86º 0.98% 0.69% -
XYZ 16.82 31.26 12.74 -
YUV 112.74 109.52 49.72 -
System Red Green Blue C M Y K H S L
Decimal 3 175 80 0.98 0 0.54 0.31 146.86 0.97 0.35
Hex 3 AF 50 62 0 36 1F 93 61 23
Octal 3 257 120 142 0 66 37 223 141 43
Binary 11 10101111 1010000 1100010 0 110110 11111 10010011 1100001 100011

Color Harmonies of #03AF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AF50

Black with #03AF50

Text Example


Text Example

White with #03AF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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