Html Css Color HEX #0FE175 Spring Green

📋 copy color: '#0FE175'

red 15 ◦ green 225 ◦ blue 117

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

Shades of Spring Green #0FE175

Tints of Spring Green #0FE175

RGB

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

 GREEN value IS 225 (88.28% from 255) = 63.03%

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

R = 4.2%
G = 63.03%
B = 32.77%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#0FE175 (or 0x0FE175) is known color: Spring Green. HEX triplet: 0F, E1 and 75. RGB value is (15,225,117). Sum of RGB (Red+Green+Blue) = 15+225+117=357 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.20% from 357); Green value is 225 (88.28% from 255 or 63.03% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE175 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE175 is #F01E8A. Grayscale: #969696. Windows color (decimal): -15736459 or 7725327. OLE color: 7725327.

HSL color Cylindrical-coordinate representation of color #0FE175: hue angle of 149.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE175 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 15 225 117 -
CMYK 0.93 0 0.48 0.12
HSL 149.14º 0.88% 0.47% -
HSV(B) 149.14º 0.93% 0.88% -
XYZ 30.33 55.24 25.89 -
YUV 149.9 109.43 31.78 -
System Red Green Blue C M Y K H S L
Decimal 15 225 117 0.93 0 0.48 0.12 149.14 0.88 0.47
Hex F E1 75 5D 0 30 C 95 58 2F
Octal 17 341 165 135 0 60 14 225 130 57
Binary 1111 11100001 1110101 1011101 0 110000 1100 10010101 1011000 101111

Color Harmonies of #0FE175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE175

Black with #0FE175

Text Example


Text Example

White with #0FE175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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