Html Css Color HEX #0DE662 Malachite

📋 copy color: '#0DE662'

red 13 ◦ green 230 ◦ blue 98

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

Shades of Malachite #0DE662

Tints of Malachite #0DE662

RGB

 RED value IS 13 (5.47% from 255) = 3.81%

 GREEN value IS 230 (90.23% from 255) = 67.45%

 BLUE value IS 98 (38.67% from 255) = 28.74%

R = 3.81%
G = 67.45%
B = 28.74%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#0DE662 (or 0x0DE662) is known color: Malachite. HEX triplet: 0D, E6 and 62. RGB value is (13,230,98). Sum of RGB (Red+Green+Blue) = 13+230+98=341 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.81% from 341); Green value is 230 (90.23% from 255 or 67.45% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 230 - color contains mainly: green. Hex color #0DE662 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DE662 is #F2199D. Grayscale: #969696. Windows color (decimal): -15866270 or 6481421. OLE color: 6481421.

HSL color Cylindrical-coordinate representation of color #0DE662: hue angle of 143.5º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE662 is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB 13 230 98 -
CMYK 0.94 0 0.57 0.10
HSL 143.5º 0.89% 0.48% -
HSV(B) 143.5º 0.94% 0.9% -
XYZ 30.67 57.56 21.05 -
YUV 150.07 98.61 30.23 -
System Red Green Blue C M Y K H S L
Decimal 13 230 98 0.94 0 0.57 0.10 143.5 0.89 0.48
Hex D E6 62 5E 0 39 A 90 59 30
Octal 15 346 142 136 0 71 12 220 131 60
Binary 1101 11100110 1100010 1011110 0 111001 1010 10010000 1011001 110000

Color Harmonies of #0DE662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE662

Black with #0DE662

Text Example


Text Example

White with #0DE662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DE662; }

 p { color: rgb(13,230,98); }

 H1.HeaderClassName
 {
   color: #0DE662;
 }
 .AnyTagClassName
 {
   color: #0DE662;
 }
</style>

background-color css

<style>
 a { background-color: #0DE662; }

 a { background-color: rgb(13,230,98); }

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

border-color css

<style>
 span { border-color: #0DE662; }

 span { border-color: rgb(13,230,98); }

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