Html Css Color HEX #0FE575 Spring Green

📋 copy color: '#0FE575'

red 15 ◦ green 229 ◦ blue 117

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

Shades of Spring Green #0FE575

Tints of Spring Green #0FE575

RGB

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

 GREEN value IS 229 (89.84% from 255) = 63.43%

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

R = 4.16%
G = 63.43%
B = 32.41%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#0FE575 (or 0x0FE575) is known color: Spring Green. HEX triplet: 0F, E5 and 75. RGB value is (15,229,117). Sum of RGB (Red+Green+Blue) = 15+229+117=361 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.16% from 361); Green value is 229 (89.84% from 255 or 63.43% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 229 - color contains mainly: green. Hex color #0FE575 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE575 is #F01A8A. Grayscale: #989898. Windows color (decimal): -15735435 or 7726351. OLE color: 7726351.

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

Color convert

RGB 15 229 117 -
CMYK 0.93 0 0.49 0.10
HSL 148.6º 0.88% 0.48% -
HSV(B) 148.6º 0.93% 0.9% -
XYZ 31.43 57.42 26.26 -
YUV 152.25 108.1 30.11 -
System Red Green Blue C M Y K H S L
Decimal 15 229 117 0.93 0 0.49 0.10 148.6 0.88 0.48
Hex F E5 75 5D 0 31 A 95 58 30
Octal 17 345 165 135 0 61 12 225 130 60
Binary 1111 11100101 1110101 1011101 0 110001 1010 10010101 1011000 110000

Color Harmonies of #0FE575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE575

Black with #0FE575

Text Example


Text Example

White with #0FE575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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