Html Css Color HEX #0DF258 Malachite

📋 copy color: '#0DF258'

red 13 ◦ green 242 ◦ blue 88

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

Shades of Malachite #0DF258

Tints of Malachite #0DF258

RGB

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

 GREEN value IS 242 (94.92% from 255) = 70.55%

 BLUE value IS 88 (34.77% from 255) = 25.66%

R = 3.79%
G = 70.55%
B = 25.66%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#0DF258 (or 0x0DF258) is known color: Malachite. HEX triplet: 0D, F2 and 58. RGB value is (13,242,88). Sum of RGB (Red+Green+Blue) = 13+242+88=343 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.79% from 343); Green value is 242 (94.92% from 255 or 70.55% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 242 - color contains mainly: green. Hex color #0DF258 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF258 is #F20DA7. Grayscale: #9C9C9C. Windows color (decimal): -15863208 or 5829133. OLE color: 5829133.

HSL color Cylindrical-coordinate representation of color #0DF258: hue angle of 139.65º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF258 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 13 242 88 -
CMYK 0.95 0 0.64 0.05
HSL 139.65º 0.9% 0.5% -
HSV(B) 139.65º 0.95% 0.95% -
XYZ 33.68 64.29 19.87 -
YUV 155.97 89.63 26.02 -
System Red Green Blue C M Y K H S L
Decimal 13 242 88 0.95 0 0.64 0.05 139.65 0.9 0.5
Hex D F2 58 5F 0 40 5 8C 5A 32
Octal 15 362 130 137 0 100 5 214 132 62
Binary 1101 11110010 1011000 1011111 0 1000000 101 10001100 1011010 110010

Color Harmonies of #0DF258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF258

Black with #0DF258

Text Example


Text Example

White with #0DF258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,242,88); }

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

background-color css

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

 a { background-color: rgb(13,242,88); }

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

border-color css

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

 span { border-color: rgb(13,242,88); }

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