Html Css Color HEX #02E069 Malachite

📋 copy color: '#02E069'

red 2 ◦ green 224 ◦ blue 105

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

Shades of Malachite #02E069

Tints of Malachite #02E069

RGB

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

 GREEN value IS 224 (87.89% from 255) = 67.67%

 BLUE value IS 105 (41.41% from 255) = 31.72%

R = 0.6%
G = 67.67%
B = 31.72%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#02E069 (or 0x02E069) is known color: Malachite. HEX triplet: 02, E0 and 69. RGB value is (2,224,105). Sum of RGB (Red+Green+Blue) = 2+224+105=331 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 331); Green value is 224 (87.89% from 255 or 67.67% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 224 - color contains mainly: green. Hex color #02E069 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E069 is #FD1F96. Grayscale: #909090. Windows color (decimal): -16588695 or 6938626. OLE color: 6938626.

HSL color Cylindrical-coordinate representation of color #02E069: hue angle of 147.84º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E069 is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 2 224 105 -
CMYK 0.99 0 0.53 0.12
HSL 147.84º 0.98% 0.44% -
HSV(B) 147.84º 0.99% 0.88% -
XYZ 29.23 54.34 22.31 -
YUV 144.06 105.95 26.68 -
System Red Green Blue C M Y K H S L
Decimal 2 224 105 0.99 0 0.53 0.12 147.84 0.98 0.44
Hex 2 E0 69 63 0 35 C 94 62 2C
Octal 2 340 151 143 0 65 14 224 142 54
Binary 10 11100000 1101001 1100011 0 110101 1100 10010100 1100010 101100

Color Harmonies of #02E069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E069

Black with #02E069

Text Example


Text Example

White with #02E069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,224,105); }

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

background-color css

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

 a { background-color: rgb(2,224,105); }

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

border-color css

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

 span { border-color: rgb(2,224,105); }

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