Html Css Color HEX #0DF175 Spring Green

📋 copy color: '#0DF175'

red 13 ◦ green 241 ◦ blue 117

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

Shades of Spring Green #0DF175

Tints of Spring Green #0DF175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.54%

R = 3.5%
G = 64.96%
B = 31.54%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#0DF175 (or 0x0DF175) is known color: Spring Green. HEX triplet: 0D, F1 and 75. RGB value is (13,241,117). Sum of RGB (Red+Green+Blue) = 13+241+117=371 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.50% from 371); Green value is 241 (94.53% from 255 or 64.96% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 241 - color contains mainly: green. Hex color #0DF175 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF175 is #F20E8A. Grayscale: #9E9E9E. Windows color (decimal): -15863435 or 7729421. OLE color: 7729421.

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

Color convert

RGB 13 241 117 -
CMYK 0.95 0 0.51 0.05
HSL 147.37º 0.9% 0.5% -
HSV(B) 147.37º 0.95% 0.95% -
XYZ 34.83 64.28 27.4 -
YUV 158.69 104.46 24.08 -
System Red Green Blue C M Y K H S L
Decimal 13 241 117 0.95 0 0.51 0.05 147.37 0.9 0.5
Hex D F1 75 5F 0 33 5 93 5A 32
Octal 15 361 165 137 0 63 5 223 132 62
Binary 1101 11110001 1110101 1011111 0 110011 101 10010011 1011010 110010

Color Harmonies of #0DF175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF175

Black with #0DF175

Text Example


Text Example

White with #0DF175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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