Html Css Color HEX #02C259 Malachite

📋 copy color: '#02C259'

red 2 ◦ green 194 ◦ blue 89

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

Shades of Malachite #02C259

Tints of Malachite #02C259

RGB

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

 GREEN value IS 194 (76.17% from 255) = 68.07%

 BLUE value IS 89 (35.16% from 255) = 31.23%

R = 0.7%
G = 68.07%
B = 31.23%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#02C259 (or 0x02C259) is known color: Malachite. HEX triplet: 02, C2 and 59. RGB value is (2,194,89). Sum of RGB (Red+Green+Blue) = 2+194+89=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 194 (76.17% from 255 or 68.07% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 194 - color contains mainly: green. Hex color #02C259 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C259 is #FD3DA6. Grayscale: #7C7C7C. Windows color (decimal): -16596391 or 5882370. OLE color: 5882370.

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

Color convert

RGB 2 194 89 -
CMYK 0.99 0 0.54 0.24
HSL 147.19º 0.98% 0.38% -
HSV(B) 147.19º 0.99% 0.76% -
XYZ 21.12 39.32 15.93 -
YUV 124.62 107.89 40.54 -
System Red Green Blue C M Y K H S L
Decimal 2 194 89 0.99 0 0.54 0.24 147.19 0.98 0.38
Hex 2 C2 59 63 0 36 18 93 62 26
Octal 2 302 131 143 0 66 30 223 142 46
Binary 10 11000010 1011001 1100011 0 110110 11000 10010011 1100010 100110

Color Harmonies of #02C259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C259

Black with #02C259

Text Example


Text Example

White with #02C259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,194,89); }

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

background-color css

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

 a { background-color: rgb(2,194,89); }

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

border-color css

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

 span { border-color: rgb(2,194,89); }

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