Html Css Color HEX #0DF185 Spring Green

📋 copy color: '#0DF185'

red 13 ◦ green 241 ◦ blue 133

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

Shades of Spring Green #0DF185

Tints of Spring Green #0DF185

RGB

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

 GREEN value IS 241 (94.53% from 255) = 62.27%

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

R = 3.36%
G = 62.27%
B = 34.37%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#0DF185 (or 0x0DF185) is known color: Spring Green. HEX triplet: 0D, F1 and 85. RGB value is (13,241,133). Sum of RGB (Red+Green+Blue) = 13+241+133=387 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.36% from 387); Green value is 241 (94.53% from 255 or 62.27% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 241 - color contains mainly: green. Hex color #0DF185 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF185 is #F20E7A. Grayscale: #A0A0A0. Windows color (decimal): -15863419 or 8777997. OLE color: 8777997.

HSL color Cylindrical-coordinate representation of color #0DF185: hue angle of 151.58º 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 #0DF185 is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 13 241 133 -
CMYK 0.95 0 0.45 0.05
HSL 151.58º 0.9% 0.5% -
HSV(B) 151.58º 0.95% 0.95% -
XYZ 35.85 64.69 32.79 -
YUV 160.52 112.46 22.78 -
System Red Green Blue C M Y K H S L
Decimal 13 241 133 0.95 0 0.45 0.05 151.58 0.9 0.5
Hex D F1 85 5F 0 2D 5 98 5A 32
Octal 15 361 205 137 0 55 5 230 132 62
Binary 1101 11110001 10000101 1011111 0 101101 101 10011000 1011010 110010

Color Harmonies of #0DF185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF185

Black with #0DF185

Text Example


Text Example

White with #0DF185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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