Html Css Color HEX #0FE484 Spring Green

📋 copy color: '#0FE484'

red 15 ◦ green 228 ◦ blue 132

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

Shades of Spring Green #0FE484

Tints of Spring Green #0FE484

RGB

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

 GREEN value IS 228 (89.45% from 255) = 60.8%

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

R = 4%
G = 60.8%
B = 35.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#0FE484 (or 0x0FE484) is known color: Spring Green. HEX triplet: 0F, E4 and 84. RGB value is (15,228,132). Sum of RGB (Red+Green+Blue) = 15+228+132=375 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4% from 375); Green value is 228 (89.45% from 255 or 60.8% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE484 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE484 is #F01B7B. Grayscale: #999999. Windows color (decimal): -15735676 or 8709135. OLE color: 8709135.

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

Color convert

RGB 15 228 132 -
CMYK 0.93 0 0.42 0.11
HSL 152.96º 0.88% 0.48% -
HSV(B) 152.96º 0.93% 0.89% -
XYZ 32.11 57.25 31.19 -
YUV 153.37 115.93 29.31 -
System Red Green Blue C M Y K H S L
Decimal 15 228 132 0.93 0 0.42 0.11 152.96 0.88 0.48
Hex F E4 84 5D 0 2A B 99 58 30
Octal 17 344 204 135 0 52 13 231 130 60
Binary 1111 11100100 10000100 1011101 0 101010 1011 10011001 1011000 110000

Color Harmonies of #0FE484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE484

Black with #0FE484

Text Example


Text Example

White with #0FE484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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