Html Css Color HEX #0DE83C Malachite

📋 copy color: '#0DE83C'

red 13 ◦ green 232 ◦ blue 60

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

Shades of Malachite #0DE83C

Tints of Malachite #0DE83C

RGB

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

 GREEN value IS 232 (91.02% from 255) = 76.07%

 BLUE value IS 60 (23.83% from 255) = 19.67%

R = 4.26%
G = 76.07%
B = 19.67%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#0DE83C (or 0x0DE83C) is known color: Malachite. HEX triplet: 0D, E8 and 3C. RGB value is (13,232,60). Sum of RGB (Red+Green+Blue) = 13+232+60=305 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.26% from 305); Green value is 232 (91.02% from 255 or 76.07% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 232 - color contains mainly: green. Hex color #0DE83C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DE83C is #F217C3. Grayscale: #939393. Windows color (decimal): -15865796 or 3991565. OLE color: 3991565.

HSL color Cylindrical-coordinate representation of color #0DE83C: hue angle of 132.88º 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 #0DE83C is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB 13 232 60 -
CMYK 0.94 0 0.74 0.09
HSL 132.88º 0.89% 0.48% -
HSV(B) 132.88º 0.94% 0.91% -
XYZ 29.84 58.13 13.92 -
YUV 146.91 78.95 32.49 -
System Red Green Blue C M Y K H S L
Decimal 13 232 60 0.94 0 0.74 0.09 132.88 0.89 0.48
Hex D E8 3C 5E 0 4A 9 85 59 30
Octal 15 350 74 136 0 112 11 205 131 60
Binary 1101 11101000 111100 1011110 0 1001010 1001 10000101 1011001 110000

Color Harmonies of #0DE83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE83C

Black with #0DE83C

Text Example


Text Example

White with #0DE83C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,232,60); }

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

background-color css

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

 a { background-color: rgb(13,232,60); }

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

border-color css

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

 span { border-color: rgb(13,232,60); }

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