Html Css Color HEX #02AF50 Pigment Green

📋 copy color: '#02AF50'

red 2 ◦ green 175 ◦ blue 80

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

Shades of Pigment Green #02AF50

Tints of Pigment Green #02AF50

RGB

 RED value IS 2 (1.17% from 255) = 0.78%

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

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

R = 0.78%
G = 68.09%
B = 31.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#02AF50 (or 0x02AF50) is known color: Pigment Green. HEX triplet: 02, AF and 50. RGB value is (2,175,80). Sum of RGB (Red+Green+Blue) = 2+175+80=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 175 (68.75% from 255 or 68.09% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 175 - color contains mainly: green. Hex color #02AF50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AF50 is #FD50AF. Grayscale: #707070. Windows color (decimal): -16601264 or 5287682. OLE color: 5287682.

HSL color Cylindrical-coordinate representation of color #02AF50: hue angle of 147.05º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AF50 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 175 80 -
CMYK 0.99 0 0.54 0.31
HSL 147.05º 0.98% 0.35% -
HSV(B) 147.05º 0.99% 0.69% -
XYZ 16.8 31.25 12.74 -
YUV 112.44 109.69 49.22 -
System Red Green Blue C M Y K H S L
Decimal 2 175 80 0.99 0 0.54 0.31 147.05 0.98 0.35
Hex 2 AF 50 63 0 36 1F 93 62 23
Octal 2 257 120 143 0 66 37 223 142 43
Binary 10 10101111 1010000 1100011 0 110110 11111 10010011 1100010 100011

Color Harmonies of #02AF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AF50

Black with #02AF50

Text Example


Text Example

White with #02AF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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