Html Css Color HEX #0FF382 Spring Green

📋 copy color: '#0FF382'

red 15 ◦ green 243 ◦ blue 130

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

Shades of Spring Green #0FF382

Tints of Spring Green #0FF382

RGB

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

 GREEN value IS 243 (95.31% from 255) = 62.63%

 BLUE value IS 130 (51.17% from 255) = 33.51%

R = 3.87%
G = 62.63%
B = 33.51%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#0FF382 (or 0x0FF382) is known color: Spring Green. HEX triplet: 0F, F3 and 82. RGB value is (15,243,130). Sum of RGB (Red+Green+Blue) = 15+243+130=388 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.87% from 388); Green value is 243 (95.31% from 255 or 62.63% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 243 - color contains mainly: green. Hex color #0FF382 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FF382 is #F00C7D. Grayscale: #A2A2A2. Windows color (decimal): -15731838 or 8581903. OLE color: 8581903.

HSL color Cylindrical-coordinate representation of color #0FF382: hue angle of 150.26º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF382 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 15 243 130 -
CMYK 0.94 0 0.47 0.05
HSL 150.26º 0.9% 0.51% -
HSV(B) 150.26º 0.94% 0.95% -
XYZ 36.28 65.81 31.91 -
YUV 161.95 109.96 23.19 -
System Red Green Blue C M Y K H S L
Decimal 15 243 130 0.94 0 0.47 0.05 150.26 0.9 0.51
Hex F F3 82 5E 0 2F 5 96 5A 33
Octal 17 363 202 136 0 57 5 226 132 63
Binary 1111 11110011 10000010 1011110 0 101111 101 10010110 1011010 110011

Color Harmonies of #0FF382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF382

Black with #0FF382

Text Example


Text Example

White with #0FF382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,243,130); }

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

background-color css

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

 a { background-color: rgb(15,243,130); }

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

border-color css

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

 span { border-color: rgb(15,243,130); }

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