Html Css Color HEX #0FE275 Spring Green

📋 copy color: '#0FE275'

red 15 ◦ green 226 ◦ blue 117

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

Shades of Spring Green #0FE275

Tints of Spring Green #0FE275

RGB

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

 GREEN value IS 226 (88.67% from 255) = 63.13%

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

R = 4.19%
G = 63.13%
B = 32.68%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#0FE275 (or 0x0FE275) is known color: Spring Green. HEX triplet: 0F, E2 and 75. RGB value is (15,226,117). Sum of RGB (Red+Green+Blue) = 15+226+117=358 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.19% from 358); Green value is 226 (88.67% from 255 or 63.13% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 226 - color contains mainly: green. Hex color #0FE275 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE275 is #F01D8A. Grayscale: #969696. Windows color (decimal): -15736203 or 7725583. OLE color: 7725583.

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

Color convert

RGB 15 226 117 -
CMYK 0.93 0 0.48 0.11
HSL 149º 0.88% 0.47% -
HSV(B) 149º 0.93% 0.89% -
XYZ 30.6 55.78 25.98 -
YUV 150.49 109.1 31.36 -
System Red Green Blue C M Y K H S L
Decimal 15 226 117 0.93 0 0.48 0.11 149 0.88 0.47
Hex F E2 75 5D 0 30 B 95 58 2F
Octal 17 342 165 135 0 60 13 225 130 57
Binary 1111 11100010 1110101 1011101 0 110000 1011 10010101 1011000 101111

Color Harmonies of #0FE275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE275

Black with #0FE275

Text Example


Text Example

White with #0FE275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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