Html Css Color HEX #0DEA66 Malachite

📋 copy color: '#0DEA66'

red 13 ◦ green 234 ◦ blue 102

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

Shades of Malachite #0DEA66

Tints of Malachite #0DEA66

RGB

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

 GREEN value IS 234 (91.8% from 255) = 67.05%

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

R = 3.72%
G = 67.05%
B = 29.23%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#0DEA66 (or 0x0DEA66) is known color: Malachite. HEX triplet: 0D, EA and 66. RGB value is (13,234,102). Sum of RGB (Red+Green+Blue) = 13+234+102=349 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.72% from 349); Green value is 234 (91.80% from 255 or 67.05% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 234 - color contains mainly: green. Hex color #0DEA66 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DEA66 is #F21599. Grayscale: #999999. Windows color (decimal): -15865242 or 6744589. OLE color: 6744589.

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

Color convert

RGB 13 234 102 -
CMYK 0.94 0 0.56 0.08
HSL 144.16º 0.89% 0.48% -
HSV(B) 144.16º 0.94% 0.92% -
XYZ 31.99 59.89 22.44 -
YUV 152.87 99.28 28.23 -
System Red Green Blue C M Y K H S L
Decimal 13 234 102 0.94 0 0.56 0.08 144.16 0.89 0.48
Hex D EA 66 5E 0 38 8 90 59 30
Octal 15 352 146 136 0 70 10 220 131 60
Binary 1101 11101010 1100110 1011110 0 111000 1000 10010000 1011001 110000

Color Harmonies of #0DEA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEA66

Black with #0DEA66

Text Example


Text Example

White with #0DEA66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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