Html Css Color HEX #0FF16E Spring Green

📋 copy color: '#0FF16E'

red 15 ◦ green 241 ◦ blue 110

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

Shades of Spring Green #0FF16E

Tints of Spring Green #0FF16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.05%

R = 4.1%
G = 65.85%
B = 30.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#0FF16E (or 0x0FF16E) is known color: Spring Green. HEX triplet: 0F, F1 and 6E. RGB value is (15,241,110). Sum of RGB (Red+Green+Blue) = 15+241+110=366 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.10% from 366); Green value is 241 (94.53% from 255 or 65.85% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 241 - color contains mainly: green. Hex color #0FF16E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF16E is #F00E91. Grayscale: #9E9E9E. Windows color (decimal): -15732370 or 7270671. OLE color: 7270671.

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

Color convert

RGB 15 241 110 -
CMYK 0.94 0 0.54 0.05
HSL 145.22º 0.89% 0.5% -
HSV(B) 145.22º 0.94% 0.95% -
XYZ 34.47 64.14 25.32 -
YUV 158.49 100.63 25.65 -
System Red Green Blue C M Y K H S L
Decimal 15 241 110 0.94 0 0.54 0.05 145.22 0.89 0.5
Hex F F1 6E 5E 0 36 5 91 59 32
Octal 17 361 156 136 0 66 5 221 131 62
Binary 1111 11110001 1101110 1011110 0 110110 101 10010001 1011001 110010

Color Harmonies of #0FF16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF16E

Black with #0FF16E

Text Example


Text Example

White with #0FF16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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