Html Css Color HEX #0FF96A Spring Green

📋 copy color: '#0FF96A'

red 15 ◦ green 249 ◦ blue 106

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

Shades of Spring Green #0FF96A

Tints of Spring Green #0FF96A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 67.3%

 BLUE value IS 106 (41.8% from 255) = 28.65%

R = 4.05%
G = 67.3%
B = 28.65%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#0FF96A (or 0x0FF96A) is known color: Spring Green. HEX triplet: 0F, F9 and 6A. RGB value is (15,249,106). Sum of RGB (Red+Green+Blue) = 15+249+106=370 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.05% from 370); Green value is 249 (97.66% from 255 or 67.30% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 249 - color contains mainly: green. Hex color #0FF96A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF96A is #F00695. Grayscale: #A3A3A3. Windows color (decimal): -15730326 or 7010575. OLE color: 7010575.

HSL color Cylindrical-coordinate representation of color #0FF96A: hue angle of 143.33º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF96A is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 249 106 -
CMYK 0.94 0 0.57 0.02
HSL 143.33º 0.95% 0.52% -
HSV(B) 143.33º 0.94% 0.98% -
XYZ 36.67 68.89 25 -
YUV 162.73 95.98 22.63 -
System Red Green Blue C M Y K H S L
Decimal 15 249 106 0.94 0 0.57 0.02 143.33 0.95 0.52
Hex F F9 6A 5E 0 39 2 8F 5F 34
Octal 17 371 152 136 0 71 2 217 137 64
Binary 1111 11111001 1101010 1011110 0 111001 10 10001111 1011111 110100

Color Harmonies of #0FF96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF96A

Black with #0FF96A

Text Example


Text Example

White with #0FF96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,249,106); }

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

background-color css

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

 a { background-color: rgb(15,249,106); }

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

border-color css

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

 span { border-color: rgb(15,249,106); }

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