Html Css Color HEX #0DE966 Malachite

📋 copy color: '#0DE966'

red 13 ◦ green 233 ◦ blue 102

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

Shades of Malachite #0DE966

Tints of Malachite #0DE966

RGB

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

 GREEN value IS 233 (91.41% from 255) = 66.95%

 BLUE value IS 102 (40.23% from 255) = 29.31%

R = 3.74%
G = 66.95%
B = 29.31%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#0DE966 (or 0x0DE966) is known color: Malachite. HEX triplet: 0D, E9 and 66. RGB value is (13,233,102). Sum of RGB (Red+Green+Blue) = 13+233+102=348 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.74% from 348); Green value is 233 (91.41% from 255 or 66.95% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 233 - color contains mainly: green. Hex color #0DE966 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DE966 is #F21699. Grayscale: #989898. Windows color (decimal): -15865498 or 6744333. OLE color: 6744333.

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

Color convert

RGB 13 233 102 -
CMYK 0.94 0 0.56 0.09
HSL 144.27º 0.89% 0.48% -
HSV(B) 144.27º 0.94% 0.91% -
XYZ 31.7 59.32 22.35 -
YUV 152.29 99.61 28.65 -
System Red Green Blue C M Y K H S L
Decimal 13 233 102 0.94 0 0.56 0.09 144.27 0.89 0.48
Hex D E9 66 5E 0 38 9 90 59 30
Octal 15 351 146 136 0 70 11 220 131 60
Binary 1101 11101001 1100110 1011110 0 111000 1001 10010000 1011001 110000

Color Harmonies of #0DE966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE966

Black with #0DE966

Text Example


Text Example

White with #0DE966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,233,102); }

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

background-color css

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

 a { background-color: rgb(13,233,102); }

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

border-color css

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

 span { border-color: rgb(13,233,102); }

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