Html Css Color HEX #0FFF8A Spring Green

📋 copy color: '#0FFF8A'

red 15 ◦ green 255 ◦ blue 138

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

Shades of Spring Green #0FFF8A

Tints of Spring Green #0FFF8A

RGB

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

 GREEN value IS 255 (100% from 255) = 62.5%

 BLUE value IS 138 (54.3% from 255) = 33.82%

R = 3.68%
G = 62.5%
B = 33.82%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#0FFF8A (or 0x0FFF8A) is known color: Spring Green. HEX triplet: 0F, FF and 8A. RGB value is (15,255,138). Sum of RGB (Red+Green+Blue) = 15+255+138=408 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.68% from 408); Green value is 255 (100% from 255 or 62.5% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFF8A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FFF8A is #F00075. Grayscale: #AAAAAA. Windows color (decimal): -15728758 or 9109263. OLE color: 9109263.

HSL color Cylindrical-coordinate representation of color #0FFF8A: hue angle of 150.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFF8A is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.

Color convert

RGB 15 255 138 -
CMYK 0.94 0 0.46 0
HSL 150.75º 1% 0.53% -
HSV(B) 150.75º 0.94% 1% -
XYZ 40.54 73.46 36.09 -
YUV 169.9 109.99 17.51 -
System Red Green Blue C M Y K H S L
Decimal 15 255 138 0.94 0 0.46 0 150.75 1 0.53
Hex F FF 8A 5E 0 2E 0 97 64 35
Octal 17 377 212 136 0 56 0 227 144 65
Binary 1111 11111111 10001010 1011110 0 101110 0 10010111 1100100 110101

Color Harmonies of #0FFF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFF8A

Black with #0FFF8A

Text Example


Text Example

White with #0FFF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,255,138); }

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

background-color css

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

 a { background-color: rgb(15,255,138); }

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

border-color css

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

 span { border-color: rgb(15,255,138); }

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