Html Css Color HEX #0FE483 Spring Green

📋 copy color: '#0FE483'

red 15 ◦ green 228 ◦ blue 131

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

Shades of Spring Green #0FE483

Tints of Spring Green #0FE483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.03%

R = 4.01%
G = 60.96%
B = 35.03%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#0FE483 (or 0x0FE483) is known color: Spring Green. HEX triplet: 0F, E4 and 83. RGB value is (15,228,131). Sum of RGB (Red+Green+Blue) = 15+228+131=374 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.01% from 374); Green value is 228 (89.45% from 255 or 60.96% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE483 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE483 is #F01B7C. Grayscale: #999999. Windows color (decimal): -15735677 or 8643599. OLE color: 8643599.

HSL color Cylindrical-coordinate representation of color #0FE483: hue angle of 152.68º 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 #0FE483 is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 15 228 131 -
CMYK 0.93 0 0.43 0.11
HSL 152.68º 0.88% 0.48% -
HSV(B) 152.68º 0.93% 0.89% -
XYZ 32.04 57.23 30.83 -
YUV 153.26 115.43 29.39 -
System Red Green Blue C M Y K H S L
Decimal 15 228 131 0.93 0 0.43 0.11 152.68 0.88 0.48
Hex F E4 83 5D 0 2B B 99 58 30
Octal 17 344 203 135 0 53 13 231 130 60
Binary 1111 11100100 10000011 1011101 0 101011 1011 10011001 1011000 110000

Color Harmonies of #0FE483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE483

Black with #0FE483

Text Example


Text Example

White with #0FE483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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