Html Css Color HEX #0FE084 Spring Green

📋 copy color: '#0FE084'

red 15 ◦ green 224 ◦ blue 132

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

Shades of Spring Green #0FE084

Tints of Spring Green #0FE084

RGB

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

 GREEN value IS 224 (87.89% from 255) = 60.38%

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

R = 4.04%
G = 60.38%
B = 35.58%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#0FE084 (or 0x0FE084) is known color: Spring Green. HEX triplet: 0F, E0 and 84. RGB value is (15,224,132). Sum of RGB (Red+Green+Blue) = 15+224+132=371 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.04% from 371); Green value is 224 (87.89% from 255 or 60.38% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE084 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE084 is #F01F7B. Grayscale: #979797. Windows color (decimal): -15736700 or 8708111. OLE color: 8708111.

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

Color convert

RGB 15 224 132 -
CMYK 0.93 0 0.41 0.12
HSL 153.59º 0.87% 0.47% -
HSV(B) 153.59º 0.93% 0.88% -
XYZ 31.02 55.08 30.83 -
YUV 151.02 117.26 30.98 -
System Red Green Blue C M Y K H S L
Decimal 15 224 132 0.93 0 0.41 0.12 153.59 0.87 0.47
Hex F E0 84 5D 0 29 C 9A 57 2F
Octal 17 340 204 135 0 51 14 232 127 57
Binary 1111 11100000 10000100 1011101 0 101001 1100 10011010 1010111 101111

Color Harmonies of #0FE084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE084

Black with #0FE084

Text Example


Text Example

White with #0FE084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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