Html Css Color HEX #02C056 Pigment Green

📋 copy color: '#02C056'

red 2 ◦ green 192 ◦ blue 86

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

Shades of Pigment Green #02C056

Tints of Pigment Green #02C056

RGB

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

 GREEN value IS 192 (75.39% from 255) = 68.57%

 BLUE value IS 86 (33.98% from 255) = 30.71%

R = 0.71%
G = 68.57%
B = 30.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#02C056 (or 0x02C056) is known color: Pigment Green. HEX triplet: 02, C0 and 56. RGB value is (2,192,86). Sum of RGB (Red+Green+Blue) = 2+192+86=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 192 (75.39% from 255 or 68.57% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 192 - color contains mainly: green. Hex color #02C056 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C056 is #FD3FA9. Grayscale: #7B7B7B. Windows color (decimal): -16596906 or 5685250. OLE color: 5685250.

HSL color Cylindrical-coordinate representation of color #02C056: hue angle of 146.53º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C056 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 192 86 -
CMYK 0.99 0 0.55 0.25
HSL 146.53º 0.98% 0.38% -
HSV(B) 146.53º 0.99% 0.75% -
XYZ 20.55 38.38 15.13 -
YUV 123.11 107.05 41.62 -
System Red Green Blue C M Y K H S L
Decimal 2 192 86 0.99 0 0.55 0.25 146.53 0.98 0.38
Hex 2 C0 56 63 0 37 19 93 62 26
Octal 2 300 126 143 0 67 31 223 142 46
Binary 10 11000000 1010110 1100011 0 110111 11001 10010011 1100010 100110

Color Harmonies of #02C056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C056

Black with #02C056

Text Example


Text Example

White with #02C056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,192,86); }

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

background-color css

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

 a { background-color: rgb(2,192,86); }

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

border-color css

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

 span { border-color: rgb(2,192,86); }

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