Html Css Color HEX #0FF175 Spring Green

📋 copy color: '#0FF175'

red 15 ◦ green 241 ◦ blue 117

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

Shades of Spring Green #0FF175

Tints of Spring Green #0FF175

RGB

 RED value IS 15 (6.25% from 255) = 4.02%

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

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

R = 4.02%
G = 64.61%
B = 31.37%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#0FF175 (or 0x0FF175) is known color: Spring Green. HEX triplet: 0F, F1 and 75. RGB value is (15,241,117). Sum of RGB (Red+Green+Blue) = 15+241+117=373 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.02% from 373); Green value is 241 (94.53% from 255 or 64.61% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 241 - color contains mainly: green. Hex color #0FF175 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF175 is #F00E8A. Grayscale: #9F9F9F. Windows color (decimal): -15732363 or 7729423. OLE color: 7729423.

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

Color convert

RGB 15 241 117 -
CMYK 0.94 0 0.51 0.05
HSL 147.08º 0.89% 0.5% -
HSV(B) 147.08º 0.94% 0.95% -
XYZ 34.86 64.3 27.4 -
YUV 159.29 104.13 25.08 -
System Red Green Blue C M Y K H S L
Decimal 15 241 117 0.94 0 0.51 0.05 147.08 0.89 0.5
Hex F F1 75 5E 0 33 5 93 59 32
Octal 17 361 165 136 0 63 5 223 131 62
Binary 1111 11110001 1110101 1011110 0 110011 101 10010011 1011001 110010

Color Harmonies of #0FF175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF175

Black with #0FF175

Text Example


Text Example

White with #0FF175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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