Html Css Color HEX #02AF46 Pigment Green

📋 copy color: '#02AF46'

red 2 ◦ green 175 ◦ blue 70

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

Shades of Pigment Green #02AF46

Tints of Pigment Green #02AF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28.34%

R = 0.81%
G = 70.85%
B = 28.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#02AF46 (or 0x02AF46) is known color: Pigment Green. HEX triplet: 02, AF and 46. RGB value is (2,175,70). Sum of RGB (Red+Green+Blue) = 2+175+70=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 175 (68.75% from 255 or 70.85% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 175 - color contains mainly: green. Hex color #02AF46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AF46 is #FD50B9. Grayscale: #6F6F6F. Windows color (decimal): -16601274 or 4632322. OLE color: 4632322.

HSL color Cylindrical-coordinate representation of color #02AF46: hue angle of 143.58º 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 #02AF46 is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 175 70 -
CMYK 0.99 0 0.60 0.31
HSL 143.58º 0.98% 0.35% -
HSV(B) 143.58º 0.99% 0.69% -
XYZ 16.46 31.12 10.93 -
YUV 111.3 104.69 50.04 -
System Red Green Blue C M Y K H S L
Decimal 2 175 70 0.99 0 0.60 0.31 143.58 0.98 0.35
Hex 2 AF 46 63 0 3C 1F 90 62 23
Octal 2 257 106 143 0 74 37 220 142 43
Binary 10 10101111 1000110 1100011 0 111100 11111 10010000 1100010 100011

Color Harmonies of #02AF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AF46

Black with #02AF46

Text Example


Text Example

White with #02AF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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