Html Css Color HEX #0DF085 Spring Green

📋 copy color: '#0DF085'

red 13 ◦ green 240 ◦ blue 133

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

Shades of Spring Green #0DF085

Tints of Spring Green #0DF085

RGB

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

 GREEN value IS 240 (94.14% from 255) = 62.18%

 BLUE value IS 133 (52.34% from 255) = 34.46%

R = 3.37%
G = 62.18%
B = 34.46%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#0DF085 (or 0x0DF085) is known color: Spring Green. HEX triplet: 0D, F0 and 85. RGB value is (13,240,133). Sum of RGB (Red+Green+Blue) = 13+240+133=386 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.37% from 386); Green value is 240 (94.14% from 255 or 62.18% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 240 - color contains mainly: green. Hex color #0DF085 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF085 is #F20F7A. Grayscale: #A0A0A0. Windows color (decimal): -15863675 or 8777741. OLE color: 8777741.

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

Color convert

RGB 13 240 133 -
CMYK 0.95 0 0.45 0.06
HSL 151.72º 0.9% 0.5% -
HSV(B) 151.72º 0.95% 0.94% -
XYZ 35.56 64.1 32.69 -
YUV 159.93 112.79 23.2 -
System Red Green Blue C M Y K H S L
Decimal 13 240 133 0.95 0 0.45 0.06 151.72 0.9 0.5
Hex D F0 85 5F 0 2D 6 98 5A 32
Octal 15 360 205 137 0 55 6 230 132 62
Binary 1101 11110000 10000101 1011111 0 101101 110 10011000 1011010 110010

Color Harmonies of #0DF085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF085

Black with #0DF085

Text Example


Text Example

White with #0DF085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,240,133); }

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

background-color css

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

 a { background-color: rgb(13,240,133); }

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

border-color css

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

 span { border-color: rgb(13,240,133); }

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