Html Css Color HEX #0FEA84 Spring Green

📋 copy color: '#0FEA84'

red 15 ◦ green 234 ◦ blue 132

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

Shades of Spring Green #0FEA84

Tints of Spring Green #0FEA84

RGB

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

 GREEN value IS 234 (91.8% from 255) = 61.42%

 BLUE value IS 132 (51.95% from 255) = 34.65%

R = 3.94%
G = 61.42%
B = 34.65%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#0FEA84 (or 0x0FEA84) is known color: Spring Green. HEX triplet: 0F, EA and 84. RGB value is (15,234,132). Sum of RGB (Red+Green+Blue) = 15+234+132=381 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.94% from 381); Green value is 234 (91.80% from 255 or 61.42% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 234 - color contains mainly: green. Hex color #0FEA84 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FEA84 is #F0157B. Grayscale: #9D9D9D. Windows color (decimal): -15734140 or 8710671. OLE color: 8710671.

HSL color Cylindrical-coordinate representation of color #0FEA84: hue angle of 152.05º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEA84 is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 234 132 -
CMYK 0.94 0 0.44 0.08
HSL 152.05º 0.88% 0.49% -
HSV(B) 152.05º 0.94% 0.92% -
XYZ 33.78 60.61 31.75 -
YUV 156.89 113.95 26.79 -
System Red Green Blue C M Y K H S L
Decimal 15 234 132 0.94 0 0.44 0.08 152.05 0.88 0.49
Hex F EA 84 5E 0 2C 8 98 58 31
Octal 17 352 204 136 0 54 10 230 130 61
Binary 1111 11101010 10000100 1011110 0 101100 1000 10011000 1011000 110001

Color Harmonies of #0FEA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEA84

Black with #0FEA84

Text Example


Text Example

White with #0FEA84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,234,132); }

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

background-color css

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

 a { background-color: rgb(15,234,132); }

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

border-color css

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

 span { border-color: rgb(15,234,132); }

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